UNPKG

1.84 kBJSONView Raw
1{
2 "name": "@haiku/cli",
3 "version": "4.3.9",
4 "description": "Haiku CLI",
5 "main": "lib/index.js",
6 "scripts": {
7 "lint": "tslint -p tsconfig.all.json -t stylish",
8 "lint-report": "yarn lint -t checkstyle -o checkstyle-result.xml",
9 "fix": "yarn lint --fix",
10 "ts": "cross-env NODE_ENV=test ts-node -r tsconfig-paths/register -P tsconfig.all.json",
11 "test": "yarn ts ./node_modules/.bin/tape 'test/**/*.test.ts' | tap-spec",
12 "test-report": "nyc yarn ts ./node_modules/.bin/tape 'test/**/*.test.ts' > test-result.tap",
13 "compile": "tsc",
14 "develop": "tsc --watch"
15 },
16 "bin": {
17 "haiku": "./bin/haiku"
18 },
19 "authors": [
20 "Zack Brown <zack@haiku.ai>",
21 "Matthew Trost <matthew@haiku.ai>"
22 ],
23 "files": [
24 "bin/**/*",
25 "lib/**/*",
26 "src/**/*"
27 ],
28 "license": "MIT",
29 "dependencies": {
30 "@haiku/sdk-client": "4.3.9",
31 "@haiku/sdk-inkstone": "4.3.9",
32 "async": "^2.5.0",
33 "chalk": "^1.1.3",
34 "cli-color": "^1.2.0",
35 "dedent": "^0.7.0",
36 "fs-extra": "^4.0.2",
37 "hasbin": "^1.2.3",
38 "inquirer": "^3.0.6",
39 "lodash": "^4.17.4",
40 "mkdirp": "^0.5.1",
41 "prepend-file": "^1.3.1",
42 "request": "^2.83.0",
43 "semver": "^5.4.1",
44 "tail": "^1.2.1",
45 "yargs": "^6.6.0"
46 },
47 "devDependencies": {
48 "@types/chalk": "^0.4.31",
49 "@types/cli-color": "^0.3.29",
50 "@types/inquirer": "0.0.32",
51 "@types/mkdirp": "^0.3.29",
52 "@types/request": "^2.0.0",
53 "@types/yargs": "^6.5.0",
54 "cross-env": "^5.1.6",
55 "istanbul-reporter-cobertura-haiku": "^1.0.2",
56 "nyc": "^13.0.1",
57 "tap-spec": "^4.1.2",
58 "tape": "^4.9.0",
59 "ts-node": "^6.1.0",
60 "tsconfig-paths": "^3.3.2",
61 "tslint": "^5.11.0",
62 "tslint-config-haiku": "^1.0.16",
63 "typescript": "^3.0.3",
64 "leaked-handles": "^5.2.0",
65 "haiku-testing": "4.3.9"
66 }
67}