UNPKG

2.71 kBJSONView Raw
1{
2 "name": "alwaysai",
3 "description": "The alwaysAI command-line interface (CLI)",
4 "version": "0.1.0",
5 "main": "lib/index.js",
6 "publishConfig": {
7 "access": "public",
8 "tag": "next"
9 },
10 "types": "lib/index.d.ts",
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.0.0-12",
33 "@alwaysai/cloud-api": "0.0.0-17",
34 "@alwaysai/codecs": "0.0.0-6",
35 "@alwaysai/config-nodejs": "0.0.0",
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/prompts": "2.4.0",
42 "@types/pump": "1.1.0",
43 "@types/rimraf": "2.0.2",
44 "@types/semver": "6.0.1",
45 "@types/signal-exit": "3.0.0",
46 "@types/tar": "4.0.3",
47 "amazon-cognito-identity-js": "3.0.15",
48 "aws-sdk": "2.503.0",
49 "chalk": "2.4.2",
50 "download": "7.1.0",
51 "fp-ts": "2.0.3",
52 "http-status-codes": "1.3.2",
53 "io-ts": "2.0.0",
54 "keymirror": "0.1.1",
55 "lodash.difference": "4.5.0",
56 "log-symbols": "3.0.0",
57 "mkdirp": "0.5.1",
58 "node-fetch": "2.6.0",
59 "open": "6.4.0",
60 "ora": "3.4.0",
61 "prompts": "2.2.1",
62 "pump": "3.0.0",
63 "rimraf": "2.6.3",
64 "semver": "6.3.0",
65 "signal-exit": "3.0.2",
66 "tar": "4.4.10",
67 "to-readable-stream": "2.1.0"
68 },
69 "devDependencies": {
70 "@alwaysai/build-cli": "0.0.0-2",
71 "@alwaysai/tsconfig": "0.0.0",
72 "@alwaysai/tslint-config": "0.0.3",
73 "@types/jest": "24.0.16",
74 "@types/node": "12.6.9",
75 "jest": "24.8.0",
76 "tempy": "0.3.0",
77 "ts-jest": "24.0.2",
78 "ts-node": "8.3.0",
79 "tslint": "5.18.0",
80 "typescript": "3.5.3"
81 },
82 "files": [
83 "src",
84 "lib",
85 "assets",
86 "alwaysai.git.json",
87 "package-lock.json"
88 ],
89 "keywords": [
90 "alwaysai",
91 "typescript",
92 "nodejs",
93 "cli",
94 "command",
95 "line",
96 "interface"
97 ],
98 "author": {
99 "name": "alwaysAI, Inc.",
100 "email": "contact@alwaysai.co"
101 },
102 "repository": "github:alwaysai/cli",
103 "homepage": "https://github.com/alwaysai/cli#readme",
104 "license": "MIT"
105}