UNPKG

1.2 kBJSONView Raw
1{
2 "name": "@ionic/utils-terminal",
3 "version": "1.0.4",
4 "description": "Terminal 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": "echo 'no tests yet'",
28 "prepublishOnly": "npm run build"
29 },
30 "dependencies": {
31 "debug": "^4.0.0",
32 "tslib": "^1.9.0"
33 },
34 "devDependencies": {
35 "@types/debug": "^4.1.1",
36 "@types/jest": "^24.0.3",
37 "@types/node": "~8.9.4",
38 "jest": "^23.0.1",
39 "jest-cli": "^24.1.0",
40 "lint-staged": "^9.2.0",
41 "rimraf": "^3.0.0",
42 "ts-jest": "^23.10.1",
43 "tslint": "^5.9.1",
44 "typescript": "~3.5.1"
45 },
46 "gitHead": "acb9ad9f6884ee77cdfff0fd5cfccff39165821f"
47}