-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.18 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.18 KB
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
{
"name": "amplify-tooling",
"version": "0.0.0",
"private": true,
"type": "module",
"dependencies": {
"@koa/router": "^13.1.0",
"ansi-colors": "^4.1.3",
"caller-path": "^4.0.0",
"chalk": "^5.4.1",
"fs-extra": "^11.3.0",
"got": "^11.8.5",
"jws": "^4.0.0",
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
"mustache": "^4.2.0",
"pretty-log": "^0.1.0",
"semver": "^7.7.1",
"tar-stream": "^3.1.7",
"uuid": "^11.0.5"
},
"devDependencies": {
"@axway/gulp-tasks": "^5.0.1",
"lerna": "^8.1.9",
"mocha": "^11.1.0",
"chai": "^5.1.2",
"gulp": "^5.0.0",
"gulp-chug": "^0.5.1",
"gulp-debug": "^5.0.1",
"gulp-plumber": "^1.2.1",
"rollup": "^4.34.9",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@yelo/rollup-node-external": "^1.0.1"
},
"scripts": {
"build": "lerna exec gulp build",
"test": "yarn run gulp test"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"resolutions": {
"minimist": "1.2.6",
"tough-cookie": "4.1.3",
"@xmldom/xmldom": "0.9.8",
"semver": "^7.7.1"
}
}