UNPKG

1.54 kBJSONView Raw
1{
2 "name": "@diez/cli-core",
3 "main": "lib/index.js",
4 "version": "10.3.1",
5 "description": "APIs for the Diez command line interface.",
6 "author": "The Haiku Team <contact@haiku.ai>",
7 "license": "SEE LICENSE.md",
8 "typings": "types/index.d.ts",
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/diez/diez.git"
12 },
13 "homepage": "https://diez.org",
14 "scripts": {
15 "compile": "tsc",
16 "watch": "tsc --watch",
17 "test": "jest",
18 "health": "jest --ci -c jest.ci.js && tslint -p . -t checkstyle -o checkstyle-result.xml",
19 "lint": "tslint -p . -t stylish",
20 "fix": "tslint -p . -t stylish --fix"
21 },
22 "devDependencies": {
23 "@diez/test-utils": "^10.3.1",
24 "@types/async": "^2.4.1",
25 "@types/jest": "^24.0.11",
26 "@types/server-destroy": "^1.0.0",
27 "istanbul-reporter-cobertura-haiku": "^1.0.4",
28 "jest": "^24.7.1",
29 "jest-tap-reporter": "^1.9.0",
30 "ts-jest": "^24.1.0",
31 "tslint": "^5.15.0",
32 "tslint-config-haiku": "^1.0.21",
33 "typescript": "^3.7.2"
34 },
35 "dependencies": {
36 "@diez/engine": "^10.3.1",
37 "@diez/sdk-inkstone": "^10.3.1",
38 "@diez/storage": "^10.3.1",
39 "@sentry/node": "^5.2.0",
40 "async": "^2.6.2",
41 "chalk": "^2.4.2",
42 "commander": "^2.19.0",
43 "enquirer": "^2.3.0",
44 "fs-extra": "^7.0.1",
45 "package-json": "^6.3.0",
46 "server-destroy": "^1.0.1",
47 "stack-trace": "^0.0.10",
48 "typed-errors": "^1.1.0"
49 },
50 "publishConfig": {
51 "access": "public"
52 },
53 "gitHead": "4c7aad9f158c113f52fce5758bdc41ed0ee06586"
54}