-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1019 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "buefy-loading-tracker",
"version": "1.4.0",
"description": "Vue mixin for tracking loading states of multiple named components",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup src/index.ts --dts --format esm,cjs",
"lint": "tsc",
"preversion": "npm run build",
"postpublish": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JorgenVatle/buefy-loading-tracker.git"
},
"keywords": [
"loading",
"vue",
"buefy",
"bulma"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/JorgenVatle/buefy-loading-tracker/issues"
},
"peerDependencies": {
"vue": ">=2.7||^3.0.0"
},
"homepage": "https://github.com/JorgenVatle/buefy-loading-tracker#readme",
"devDependencies": {
"tsup": "^6.6.3",
"typescript": "^4.9.5"
}
}