fix(dependencies): remove shelljs and go node native

This commit is contained in:
2018-07-18 20:58:12 +02:00
parent f2f048a40b
commit 2e94eb5467
19 changed files with 1125 additions and 749 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "smartshell",
"name": "@pushrocks/smartshell",
"private": false,
"version": "1.0.19",
"description": "shell actions designed as promises",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"testLocal": "(ts-node --compilerOptions '{\"target\":\"es6\"}' test/test.ts)"
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
},
"repository": {
"type": "git",
@@ -23,13 +24,13 @@
},
"homepage": "https://gitlab.com/pushrocks/smartshell#README",
"devDependencies": {
"tapbundle": "^1.1.8"
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.2"
},
"dependencies": {
"@types/which": "^1.0.28",
"shelljs": "^0.7.8",
"smartq": "^1.1.6",
"typings-global": "^1.0.23",
"which": "^1.3.0"
"@pushrocks/smartpromise": "^2.0.5",
"@types/which": "^1.3.1",
"which": "^1.3.1"
}
}