UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@ionic/utils-process",
3 "version": "1.0.1",
4 "description": "Process 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 "lint-staged": {
31 "linters": {
32 "*.{ts,tsx}": "npm run lint"
33 },
34 "ignore": [
35 "**/__tests__/*.{ts,tsx}"
36 ]
37 },
38 "dependencies": {
39 "@ionic/utils-object": "1.0.1",
40 "@ionic/utils-terminal": "1.0.1",
41 "debug": "^4.0.0",
42 "lodash": "^4.17.5",
43 "tree-kill": "1.2.1",
44 "tslib": "^1.9.0"
45 },
46 "devDependencies": {
47 "@types/debug": "^4.1.1",
48 "@types/jest": "^24.0.3",
49 "@types/lodash": "^4.14.104",
50 "@types/node": "~8.9.4",
51 "jest": "^23.0.1",
52 "jest-cli": "^24.1.0",
53 "lint-staged": "^8.0.0",
54 "rimraf": "^2.6.2",
55 "ts-jest": "^23.10.1",
56 "tslint": "^5.9.1",
57 "typescript": "~3.5.1"
58 },
59 "gitHead": "0ad126ee98567fbbebba9061a845d6d29512494f"
60}