-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "@yuants/tool-kit",
"version": "0.1.5",
"main": "lib/index.js",
"bin": {
"yuan-toolkit": "cli.js"
},
"files": [
"dist",
"lib",
"temp"
],
"scripts": {
"build": "heft test --clean && api-extractor run --local && node cli.js post-build"
},
"dependencies": {
"@microsoft/rush-lib": "~5.147.0",
"@rollup/plugin-commonjs": "~25.0.4",
"@rollup/plugin-json": "~6.0.0",
"@rollup/plugin-node-resolve": "~15.2.1",
"@rushstack/package-deps-hash": "~3.2.65",
"axios": "~1.3.2",
"clipanion": "~4.0.0-rc.2",
"fs-extra": "~11.1.1",
"lodash": "~4.17.21",
"rollup": "~3.28.1",
"rxjs": "~7.5.6"
},
"devDependencies": {
"@microsoft/api-extractor": "~7.30.0",
"@rushstack/heft": "~0.47.5",
"@rushstack/heft-jest-plugin": "~0.3.30",
"@rushstack/heft-node-rig": "~1.10.7",
"@types/fs-extra": "~11.0.1",
"@types/heft-jest": "1.0.3",
"@types/lodash": "~4.14.188",
"@types/node": "18",
"typescript": "~4.7.4"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}