UNPKG

2.79 kBJSONView Raw
1{
2 "name": "alwaysai",
3 "description": "The alwaysAI command-line interface (CLI)",
4 "version": "0.5.2",
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",
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 "chalk": "2.4.2",
50 "delay": "4.3.0",
51 "download": "7.1.0",
52 "fp-ts": "2.1.0",
53 "http-status-codes": "1.3.2",
54 "io-ts": "2.0.1",
55 "keymirror": "0.1.1",
56 "lodash.difference": "4.5.0",
57 "log-symbols": "3.0.0",
58 "mkdirp": "0.5.1",
59 "node-fetch": "2.6.0",
60 "ora": "4.0.2",
61 "prompts": "2.2.1",
62 "pump": "3.0.0",
63 "rimraf": "3.0.0",
64 "semver": "6.3.0",
65 "signal-exit": "3.0.2",
66 "tar": "5.0.5",
67 "tempy": "0.3.0",
68 "to-readable-stream": "2.1.0",
69 "yauzl": "2.10.0"
70 },
71 "devDependencies": {
72 "@alwaysai/build-cli": "0.0.0",
73 "@alwaysai/tsconfig": "0.0.0",
74 "@alwaysai/tslint-config": "0.0.3",
75 "@carnesen/run-and-catch": "0.0.0",
76 "@types/jest": "24.0.18",
77 "@types/node": "12.7.12",
78 "get-stream": "5.1.0",
79 "jest": "24.9.0",
80 "ts-jest": "24.1.0",
81 "ts-node": "8.4.1",
82 "tslint": "5.20.0",
83 "typescript": "3.6.4"
84 },
85 "files": [
86 "src",
87 "lib",
88 "assets",
89 "alwaysai.git.json",
90 "package-lock.json"
91 ],
92 "keywords": [
93 "alwaysai",
94 "typescript",
95 "nodejs",
96 "cli",
97 "command",
98 "line",
99 "interface"
100 ],
101 "author": {
102 "name": "alwaysAI, Inc.",
103 "email": "contact@alwaysai.co"
104 },
105 "repository": "github:alwaysai/cli",
106 "homepage": "https://github.com/alwaysai/cli#readme",
107 "license": "MIT"
108}