UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@ionic/utils-terminal",
3 "version": "2.3.2",
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 "engines": {
11 "node": ">=10.3.0"
12 },
13 "files": [
14 "dist/",
15 "LICENSE",
16 "README.md"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/ionic-team/ionic-cli.git"
21 },
22 "bugs": {
23 "url": "https://github.com/ionic-team/ionic-cli/issues"
24 },
25 "scripts": {
26 "clean": "rimraf dist",
27 "lint": "true",
28 "build": "npm run clean && tsc",
29 "watch": "tsc -w --preserveWatchOutput",
30 "test": "jest --maxWorkers=4",
31 "prepublishOnly": "npm run build"
32 },
33 "dependencies": {
34 "debug": "^4.0.0",
35 "signal-exit": "^3.0.3",
36 "slice-ansi": "^4.0.0",
37 "string-width": "^4.1.0",
38 "strip-ansi": "^6.0.0",
39 "tslib": "^2.0.1",
40 "untildify": "^4.0.0",
41 "wrap-ansi": "^7.0.0"
42 },
43 "devDependencies": {
44 "@types/debug": "^4.1.1",
45 "@types/jest": "^26.0.10",
46 "@types/node": "~10.17.13",
47 "@types/signal-exit": "^3.0.0",
48 "@types/slice-ansi": "^4.0.0",
49 "@types/wrap-ansi": "^3.0.0",
50 "jest": "^26.4.2",
51 "jest-cli": "^26.0.1",
52 "lint-staged": "^10.0.2",
53 "rimraf": "^3.0.0",
54 "ts-jest": "~26.3.0",
55 "typescript": "~4.0.2"
56 },
57 "gitHead": "6f8046bc3b2a5c4778b602364e5d31239ccebafb"
58}