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{
"private": true,
"name": "cli-scripts",
"version": "2.1.64",
"bin": {
"ionic-cli-scripts": "./bin/ionic-cli-scripts"
},
"scripts": {
"clean": "rimraf dist",
"lint": "true",
"build": "npm run clean && tsc",
"watch": "tsc -w --preserveWatchOutput",
"test": "jest --maxWorkers=4",
"prepublishOnly": "npm run build"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@ionic/cli": "6.20.9",
"@ionic/cli-framework": "5.1.3",
"@ionic/utils-fs": "3.1.6",
"ansi-styles": "^4.0.0",
"chalk": "^4.0.0",
"escape-string-regexp": "^4.0.0",
"strip-ansi": "^6.0.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"@types/ansi-styles": "^3.2.0",
"@types/jest": "^26.0.10",
"@types/node": "~10.17.13",
"jest": "^26.4.2",
"jest-cli": "^26.0.1",
"lint-staged": "^10.0.2",
"rimraf": "^3.0.0",
"ts-jest": "~26.3.0",
"typescript": "~4.0.2"
}
}