UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@ionic/cli-scripts",
3 "version": "1.0.0-alpha.909edea3",
4 "scripts": {
5 "clean": "rm -rf ./dist",
6 "lint": "tslint --config ../../../tslint.js --project tsconfig.json",
7 "build": "npm run clean && tsc",
8 "watch": "tsc -w",
9 "test": "jest"
10 },
11 "main": "./dist/index.js",
12 "types": "./dist/index.d.ts",
13 "dependencies": {
14 "@ionic/cli-framework": "1.0.0-alpha.909edea3",
15 "@ionic/cli-utils": "2.0.0-alpha.909edea3",
16 "ansi-styles": "^3.2.0",
17 "ascii-tree": "^0.3.0",
18 "chalk": "^2.3.0",
19 "escape-string-regexp": "^1.0.5",
20 "ionic": "4.0.0-alpha.909edea3",
21 "strip-ansi": "^4.0.0",
22 "tslib": "^1.9.0"
23 },
24 "devDependencies": {
25 "@types/ansi-styles": "^2.0.30",
26 "@types/escape-string-regexp": "0.0.32",
27 "@types/strip-ansi": "^3.0.0"
28 },
29 "jest": {
30 "globals": {
31 "ts-jest": {
32 "tsConfigFile": "tsconfig.json"
33 }
34 },
35 "moduleFileExtensions": [
36 "ts",
37 "js"
38 ],
39 "transform": {
40 ".(ts)": "<rootDir>/../../../node_modules/ts-jest/preprocessor.js"
41 },
42 "testRegex": "/__tests__/.*\\.(ts|js)$"
43 }
44}