adding @curio/client to test the api in a real world application
Showing
This diff is collapsed.
... | ... | @@ -7,9 +7,10 @@ |
"siscon-cli": "./index.js" | ||
}, | ||
"publishConfig": { | ||
"registry": "http://nexus.conexops.com.br/repository/npm-internal/" | ||
"registry": "https://nexus.dev.evologica.com.br/repository/npm-internal/" | ||
}, | ||
"scripts": { | ||
"start": "ts-node ./src/index.ts", | ||
"compile": "rimraf ./dist && tsc -p . --module commonjs --outDir ./dist && gulp copy-package", | ||
"release": "npm run compile && gulp release", | ||
"copy-package": "gulp copy-package", | ||
... | ... | @@ -18,6 +19,7 @@ |
"author": "Bernardo Sunderhus", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@curio/client": "^1.0.0-rc", | ||
"appdata": "^1.1.0", | ||
"chalk": "^2.1.0", | ||
"cli-table": "^0.3.1", | ||
... | ... | @@ -28,7 +30,8 @@ |
"inquirer": "^3.3.0", | ||
"inquirer-autocomplete-prompt": "^0.11.1", | ||
"moment": "^2.18.1", | ||
"ora": "^1.3.0" | ||
"ora": "^1.3.0", | ||
"rxjs": "^5.5.8" | ||
}, | ||
"devDependencies": { | ||
"@types/chalk": "^0.4.31", | ||
... | ... |
src/curio/next.ts
0 → 100644
Please register or sign in to comment