-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
44 lines (44 loc) · 1.16 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/app-agent",
"version": "0.4.76",
"main": "lib/index.js",
"files": [
"dist",
"lib",
"temp"
],
"scripts": {
"build": "heft test --clean && api-extractor run --local && yuan-toolkit post-build"
},
"dependencies": {
"@rollup/browser": "~3.26.3",
"@yuants/agent": "workspace:*",
"@yuants/data-model": "workspace:*",
"@yuants/kernel": "workspace:*",
"@yuants/protocol": "workspace:*",
"ajv": "~8.12.0",
"fs-extra": "~11.1.1",
"javascript-obfuscator": "~4.0.2",
"path-browserify": "~1.0.1",
"rxjs": "~7.5.6",
"yaml": "~2.3.1"
},
"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/json-schema": "~7.0.12",
"@types/node": "18",
"@types/path-browserify": "~1.0.0",
"@yuants/extension": "workspace:*",
"@yuants/tool-kit": "workspace:*",
"typescript": "~4.7.4"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}