alwaysai
Version:
The alwaysAI command-line interface (CLI)
104 lines (103 loc) • 2.7 kB
JSON
{
"name": "alwaysai",
"description": "The alwaysAI command-line interface (CLI)",
"version": "0.0.2",
"main": "lib/index.js",
"publishConfig": {
"access": "public",
"tag": "latest"
},
"types": "lib/index.d.ts",
"bin": {
"aai": "lib/index.js",
"alwaysai": "lib/index.js"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"build": "alwaysai-build && tsc --project tsconfig.build.json",
"build:clean": "rimraf lib && npm run build",
"build:watch": "tsc --project . --watch",
"lint": "tslint --project tsconfig.build.json",
"lint:fix": "npm run lint -- --fix",
"test": "npm run lint && npm run test:unit && npm run build",
"test:unit": "jest --coverage src",
"test:watch": "npm run test:unit -- --watch",
"preversion": "npm test && npm run build:clean",
"postversion": "npm publish"
},
"dependencies": {
"@alwaysai/alwayscli": "0.0.0-12",
"@alwaysai/cloud-api": "0.0.0-15",
"@alwaysai/codecs": "0.0.0-5",
"@alwaysai/config-nodejs": "0.0.0-4",
"@carnesen/coded-error": "0.1.0",
"@types/download": "6.2.4",
"@types/graphql": "14.2.1",
"@types/keymirror": "0.1.1",
"@types/lodash.difference": "4.5.6",
"@types/mkdirp": "0.5.2",
"@types/prompts": "2.4.0",
"@types/pump": "1.1.0",
"@types/rimraf": "2.0.2",
"@types/semver": "6.0.0",
"@types/signal-exit": "3.0.0",
"@types/tar": "4.0.1",
"amazon-cognito-identity-js": "3.0.13",
"aws-sdk": "2.478.0",
"chalk": "2.4.2",
"download": "7.1.0",
"http-status-codes": "1.3.2",
"io-ts": "1.9.0",
"keymirror": "0.1.1",
"lodash.difference": "4.5.0",
"log-symbols": "3.0.0",
"mkdirp": "0.5.1",
"node-fetch": "2.6.0",
"open": "^6.3.0",
"ora": "3.4.0",
"prompts": "2.1.0",
"pump": "3.0.0",
"rimraf": "2.6.3",
"semver": "6.1.1",
"signal-exit": "3.0.2",
"tar": "4.4.10"
},
"devDependencies": {
"@alwaysai/build-cli": "0.0.0-2",
"@alwaysai/tsconfig": "0.0.0",
"@alwaysai/tslint-config": "0.0.3",
"@types/jest": "24.0.15",
"@types/node": "12.0.8",
"jest": "24.8.0",
"tempy": "0.3.0",
"ts-jest": "24.0.2",
"ts-node": "8.3.0",
"tslint": "5.17.0",
"typescript": "3.5.2"
},
"files": [
"src",
"lib",
"assets",
"alwaysai.git.json",
"package-lock.json"
],
"keywords": [
"alwaysai",
"typescript",
"nodejs",
"cli",
"command",
"line",
"interface"
],
"author": {
"name": "alwaysAI, Inc.",
"email": "contact@alwaysai.co"
},
"repository": "github:alwaysai/cli",
"homepage": "https://github.com/alwaysai/cli#readme",
"license": "MIT"
}