UNPKG

3.06 kBJSONView Raw
1{
2 "name": "alwaysai",
3 "description": "The alwaysAI command-line interface (CLI)",
4 "version": "0.5.9",
5 "main": "lib/exports.js",
6 "types": "lib/exports.d.ts",
7 "publishConfig": {
8 "access": "public",
9 "tag": "next"
10 },
11 "bin": {
12 "aai": "lib/index.js",
13 "alwaysai": "lib/index.js"
14 },
15 "engines": {
16 "node": ">=8.0.0"
17 },
18 "scripts": {
19 "build": "alwaysai-build && tsc --project tsconfig.build.json && cp -r src/subcommands/dataset/cvat lib/subcommands/dataset/",
20 "build:clean": "rimraf lib && npm run build",
21 "build:watch": "tsc --project . --watch",
22 "lint": "tslint --project tsconfig.build.json",
23 "lint:fix": "npm run lint -- --fix",
24 "test": "./test.sh",
25 "test:ci": "./test.sh --ci",
26 "test:unit": "jest --coverage src",
27 "test:watch": "npm run test:unit -- --watch",
28 "preversion": "npm test && npm run build:clean",
29 "postversion": "npm publish"
30 },
31 "dependencies": {
32 "@alwaysai/alwayscli": "0.3.0",
33 "@alwaysai/cloud-api": "0.1.4",
34 "@alwaysai/codecs": "0.0.0",
35 "@alwaysai/config-nodejs": "0.0.2",
36 "@carnesen/coded-error": "0.1.0",
37 "@types/download": "6.2.4",
38 "@types/keymirror": "0.1.1",
39 "@types/lodash.difference": "4.5.6",
40 "@types/mkdirp": "0.5.2",
41 "@types/node-fetch": "2.5.2",
42 "@types/prompts": "2.4.0",
43 "@types/pump": "1.1.0",
44 "@types/rimraf": "2.0.2",
45 "@types/semver": "6.0.2",
46 "@types/signal-exit": "3.0.0",
47 "@types/tar": "4.0.3",
48 "@types/yauzl": "2.9.1",
49 "adm-zip": "^0.4.14",
50 "chalk": "2.4.2",
51 "delay": "4.3.0",
52 "download": "7.1.0",
53 "du": "^1.0.0",
54 "fp-ts": "2.1.0",
55 "http-status-codes": "1.3.2",
56 "io-ts": "2.0.1",
57 "keymirror": "0.1.1",
58 "lodash.difference": "4.5.0",
59 "log-symbols": "3.0.0",
60 "mkdirp": "0.5.1",
61 "node-fetch": "2.6.0",
62 "ora": "4.0.2",
63 "prompts": "2.2.1",
64 "pump": "3.0.0",
65 "readline-sync": "^1.4.10",
66 "rimraf": "3.0.0",
67 "semver": "6.3.0",
68 "sharp": "^0.25.3",
69 "signal-exit": "3.0.2",
70 "tar": "5.0.5",
71 "tempy": "0.3.0",
72 "to-readable-stream": "2.1.0",
73 "tree-kill": "^1.2.2",
74 "winston": "^3.2.1",
75 "xml2js": "^0.4.23",
76 "xml2js-parser": "^1.1.1",
77 "yauzl": "2.10.0"
78 },
79 "devDependencies": {
80 "@alwaysai/build-cli": "0.0.0",
81 "@alwaysai/tsconfig": "0.0.0",
82 "@alwaysai/tslint-config": "0.0.3",
83 "@carnesen/run-and-catch": "0.0.0",
84 "@types/jest": "24.0.18",
85 "@types/node": "12.7.12",
86 "get-stream": "5.1.0",
87 "jest": "24.9.0",
88 "ts-jest": "24.1.0",
89 "ts-node": "8.4.1",
90 "tslint": "5.20.0",
91 "typescript": "3.6.4"
92 },
93 "files": [
94 "src",
95 "lib",
96 "assets",
97 "alwaysai.git.json",
98 "package-lock.json"
99 ],
100 "keywords": [
101 "alwaysai",
102 "typescript",
103 "nodejs",
104 "cli",
105 "command",
106 "line",
107 "interface"
108 ],
109 "author": {
110 "name": "alwaysAI, Inc.",
111 "email": "contact@alwaysai.co"
112 },
113 "repository": "github:alwaysai/cli",
114 "homepage": "https://github.com/alwaysai/cli#readme",
115 "license": "MIT"
116}