UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@ionic/utils-subprocess",
3 "version": "1.0.9",
4 "description": "Subprocess utils for NodeJS",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "homepage": "https://ionicframework.com/",
8 "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
9 "license": "MIT",
10 "files": [
11 "dist/",
12 "LICENSE",
13 "README.md"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/ionic-team/ionic-cli.git"
18 },
19 "bugs": {
20 "url": "https://github.com/ionic-team/ionic-cli/issues"
21 },
22 "scripts": {
23 "clean": "rimraf dist",
24 "lint": "tslint --project tsconfig.json",
25 "build": "npm run clean && tsc",
26 "watch": "tsc -w --preserveWatchOutput",
27 "test": "jest --maxWorkers=4",
28 "prepublishOnly": "npm run build"
29 },
30 "dependencies": {
31 "@ionic/utils-array": "1.2.1",
32 "@ionic/utils-fs": "2.0.8",
33 "@ionic/utils-process": "1.0.5",
34 "@ionic/utils-stream": "2.0.4",
35 "@ionic/utils-terminal": "1.0.5",
36 "cross-spawn": "^7.0.0",
37 "debug": "^4.0.0",
38 "tslib": "^1.9.0"
39 },
40 "devDependencies": {
41 "@types/cross-spawn": "^6.0.0",
42 "@types/debug": "^4.1.1",
43 "@types/jest": "^24.0.3",
44 "@types/node": "~8.10.54",
45 "jest": "^23.0.1",
46 "jest-cli": "^24.1.0",
47 "lint-staged": "^9.2.0",
48 "rimraf": "^3.0.0",
49 "ts-jest": "^23.10.1",
50 "tslint": "^5.9.1",
51 "typescript": "~3.6.3"
52 },
53 "gitHead": "1b5436ea024b6e27644e2aabdd5afbe678ef40b0"
54}