-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 844 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
39
40
{
"name": "vue-authplugin",
"version": "0.4.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"vue auth",
"permission"
],
"files": [
"lib"
],
"scripts": {
"start": "tsc -w",
"build": "tsc",
"test": "jest"
},
"author": "vv13 <zwhvv13@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vv13/vue-authplugin"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.3",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.3"
},
"dependencies": {
"permission-list": "^1.0.0"
}
}