snips-sam
Version:
The Snips Assistant Manager
61 lines (60 loc) • 1.43 kB
JSON
{
"name": "snips-sam",
"version": "0.0.2",
"description": "The Snips Assistant Manager",
"repository": "https://github.com/snipsco/sam.git",
"author": "Michael Fester <michael.fester@gmail.com>",
"license": "MIT",
"main": "lib/sam.js",
"typings": "lib/definitions/sam.d.ts",
"bin": {
"sam": "bin/sam"
},
"keywords": [
"sam",
"snips-sam",
"cli",
"snips"
],
"dependencies": {
"@types/fs-extra": "4.0.5",
"@types/inquirer": "0.0.35",
"@types/js-yaml": "3.10.1",
"@types/log-symbols": "2.0.0",
"@types/node": "8.0.57",
"@types/ora": "1.3.1",
"@types/ssh2": "0.5.35",
"@types/yargs": "10.0.0",
"chalk": "2.3.0",
"fs-extra": "4.0.3",
"inquirer": "4.0.1",
"js-yaml": "3.10.0",
"lodash.head": "4.0.1",
"lodash.omit": "4.5.0",
"log-symbols": "2.1.0",
"node-ssh": "5.0.0",
"ora": "1.3.0",
"request": "2.83.0",
"request-promise": "4.2.2",
"shelljs": "0.7.8",
"yargs": "10.0.3"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-eslint": "4.0.0",
"gulp-tslint": "8.1.2",
"gulp-typescript": "3.2.3",
"gulp-util": "3.0.8",
"gulp-watch": "4.3.11",
"gulp-yarn": "1.0.1",
"jest": "21.2.1",
"merge2": "1.2.0",
"rimraf": "2.6.2",
"tslint": "5.8.0",
"tslint-config-airbnb": "5.4.2",
"typescript": "2.6.2"
},
"scripts": {
"doc": "pushd docs && jekyll serve"
}
}