forked from egoist/vue-dts-gen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.74 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "vue-dts-generator",
"version": "0.1.6",
"license": "MIT",
"bin": {
"vue-dts-generator": "bin/cli.js"
},
"files": [
"dist",
"bin"
],
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "[email protected]:mater1996/vue-dts-generator.git"
},
"scripts": {
"build": "node scripts/build",
"release": "release-it",
"test": "jest"
},
"dependencies": {
"cac": "^6.7.2"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@microsoft/api-documenter": "^7.13.24",
"@microsoft/api-extractor": "^7.16.1",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.35",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@vue/compiler-sfc": "^3.1.4",
"core-js": "^3.14.0",
"cross-env": "^7.0.3",
"eslint": "^7.28.0",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-tsdoc": "^0.2.14",
"execa": "^5.1.1",
"jest": "^27.0.6",
"lint-staged": "^9.5.0",
"release-it": "^14.10.0",
"rollup": "^2.51.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^27.0.3",
"vue": "^3.0.7",
"yargs": "^17.0.1"
},
"peerDependencies": {
"@vue/compiler-sfc": "^3.0.7",
"typescript": "^4.2.3"
}
}