v1.0.3

parent 41caef35
{ {
"name": "siscon-cli", "name": "siscon-cli",
"version": "1.0.2", "version": "1.0.3",
"description": "siscon-cli", "description": "siscon-cli",
"main": "./siscon-cli.js",
"bin": { "bin": {
"siscon-cli": "./index.js" "siscon-cli": "./dist/index.js"
}, },
"publishConfig": { "publishConfig": {
"registry": "https://nexus.dev.evologica.com.br/repository/npm-internal/" "registry": "https://nexus.dev.evologica.com.br/repository/npm-internal/"
}, },
"scripts": { "scripts": {
"compile": "rimraf ./dist && tsc -p . --module commonjs --outDir ./dist && gulp copy-package", "prepublishOnly": "npm run clean && tsc",
"release": "npm run compile && gulp release", "postpublish": "npm run clean",
"copy-package": "gulp copy-package",
"clean": "rimraf ./dist" "clean": "rimraf ./dist"
}, },
"author": "Bernardo Sunderhus", "author": "Bernardo Sunderhus",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@curio/client": "^1.2.7",
"appdata": "^1.1.0", "appdata": "^1.1.0",
"chalk": "^2.1.0", "chalk": "^2.1.0",
"cli-table": "^0.3.1", "cli-table": "^0.3.1",
"commander": "^2.11.0", "commander": "^2.11.0",
"curiojs": "^2.5.0",
"figlet": "^1.2.0", "figlet": "^1.2.0",
"fuzzy": "^0.1.3", "fuzzy": "^0.1.3",
"inquirer": "^3.3.0", "inquirer": "^3.3.0",
...@@ -41,10 +39,10 @@ ...@@ -41,10 +39,10 @@
"babel-register": "^6.26.0", "babel-register": "^6.26.0",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"ts-node": "^3.3.0", "ts-node": "^7.0.1",
"tslib": "^1.7.1", "tslib": "^1.7.1",
"tslint": "^5.7.0", "tslint": "^5.7.0",
"tslint-config-standard": "^6.0.1", "tslint-config-standard": "^6.0.1",
"typescript": "^3.0.3" "typescript": "^3.1.3"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment