UNPKG

snips-sam

Version:

The Snips Assistant Manager

76 lines (75 loc) 2.15 kB
{ "name": "snips-sam", "version": "0.0.57", "description": "The Snips Assistant Manager", "repository": "https://github.com/snipsco/sam.git", "bugs": "https://github.com/snipsco/sam/issues", "author": "Michael Fester <michael.fester@gmail.com>", "license": "MIT", "main": "lib/sam.js", "typings": "lib/sam.d.ts", "bin": { "sam": "bin/sam" }, "keywords": [ "sam", "snips-sam", "cli", "snips" ], "dependencies": { "chalk": "2.4.2", "form-data": "2.5.1", "fs-extra": "6.0.1", "ini": "1.3.5", "inquirer": "5.2.0", "js-yaml": "3.13.1", "lodash.omit": "4.5.0", "node-fetch": "2.6.0", "node-ssh": "5.1.2", "ora": "2.1.0", "shelljs": "0.8.3", "tslib": "1.10.0", "update-notifier": "2.5.0", "uuid": "3.3.3", "wretch": "1.5.4", "yargs": "11.0.0" }, "devDependencies": { "@types/fs-extra": "8.0.0", "@types/inquirer": "6.5.0", "@types/js-yaml": "3.12.1", "@types/log-symbols": "3.0.0", "@types/node": "12.7.11", "@types/node-fetch": "2.5.2", "@types/ora": "3.2.0", "@types/shelljs": "0.8.5", "@types/ssh2": "0.5.39", "@types/update-notifier": "2.5.0", "@types/yargs": "13.0.3", "copy": "0.3.2", "https-proxy-agent": "2.2.2", "merge2": "1.3.0", "pkg": "4.4.0", "tsc-watch": "4.0.0", "tslint": "5.20.0", "tslint-config-airbnb": "5.11.2", "typescript": "3.6.3" }, "scripts": { "lint": "tslint -p tsconfig.json", "build": "tsc", "watch": "tsc -w", "copy-assets": "copy src/assets/**/* !src/assets/**/*.ts ./lib/assets", "watchAction": "npm run lint && npm run copy-assets", "watchAndCopy": "tsc-watch --noClear --onSuccess \"npm run watchAction\"", "release-all": "pkg . -o executables/sam -t node8-linux-x64,node8-macos-x64,node8-win-x64", "release-mac": "pkg . -o executables/sam-macos -t node8-macos-x64", "release-linux": "pkg . -o executables/sam-linux -t node8-linux-x64", "release-windows": "pkg . -o executables/sam-win -t node8-win-x64" }, "pkg": { "scripts": "lib/**/*.js", "assets": "lib/assets/**/*" } }