Contained .js files into the final package.
This commit is contained in:
parent
a6fa06159d
commit
0d87345849
2 changed files with 19 additions and 14 deletions
5
.npmignore
Normal file
5
.npmignore
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
node_modules
|
||||||
|
/deploy/default.gbui/build
|
||||||
|
/guaribas.sqlite
|
||||||
|
/guaribas.log
|
||||||
|
/work
|
28
package.json
28
package.json
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "botserver",
|
"name": "botserver",
|
||||||
"version": "0.0.16",
|
"version": "0.0.17",
|
||||||
"description": "General Bots Community Edition open-core server.",
|
"description": "General Bots Community Edition open-core server.",
|
||||||
"author": "me@rodrigorodriguez.com",
|
"author": "me@rodrigorodriguez.com",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"main": "./src/app.ts",
|
"main": "./src/app.ts",
|
||||||
"preferGlobal": "true",
|
"preferGlobal": "true",
|
||||||
"bin": {
|
"bin": {
|
||||||
"gbot" : "./dist/src/app.js"
|
"gbot": "./dist/src/app.js"
|
||||||
},
|
},
|
||||||
"homepage": "http://pragmatismo.io",
|
"homepage": "http://pragmatismo.io",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -23,9 +23,13 @@
|
||||||
"node": ">=8.9.4"
|
"node": ">=8.9.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@types/azure": "^0.9.19",
|
||||||
|
"@types/chai": "4.0.4",
|
||||||
|
"@types/mocha": "2.2.43",
|
||||||
"async": "^1.5.2",
|
"async": "^1.5.2",
|
||||||
"botbuilder": "^3.14.0",
|
"botbuilder": "^3.14.0",
|
||||||
"botlib": "0.0.12",
|
"botlib": "0.0.12",
|
||||||
|
"chai": "^4.1.2",
|
||||||
"chokidar": "^2.0.2",
|
"chokidar": "^2.0.2",
|
||||||
"csv-parse": "^2.2.0",
|
"csv-parse": "^2.2.0",
|
||||||
"dotenv-extended": "^1.0.4",
|
"dotenv-extended": "^1.0.4",
|
||||||
|
@ -33,24 +37,20 @@
|
||||||
"fs-extra": "^5.0.0",
|
"fs-extra": "^5.0.0",
|
||||||
"fs-walk": "0.0.1",
|
"fs-walk": "0.0.1",
|
||||||
"marked": "^0.3.12",
|
"marked": "^0.3.12",
|
||||||
"pragmatismo-io-framework": "^1.0.6",
|
"mocha": "^3.5.3",
|
||||||
|
"mocha-typescript": "^1.1.12",
|
||||||
|
"pragmatismo-io-framework": "^1.0.11",
|
||||||
"reflect-metadata": "^0.1.12",
|
"reflect-metadata": "^0.1.12",
|
||||||
"request-promise-native": "^1.0.5",
|
"request-promise-native": "^1.0.5",
|
||||||
"sequelize": "^4.37.6",
|
"sequelize": "^4.37.6",
|
||||||
"sequelize-typescript": "^0.6.3",
|
"sequelize-typescript": "^0.6.3",
|
||||||
"sqlite3": "^3.1.13",
|
"sqlite3": "^4.0.0",
|
||||||
"tedious": "^2.1.1",
|
"tedious": "^2.1.1",
|
||||||
|
"ts-node": "3.3.0",
|
||||||
|
"typedoc": "^0.10.0",
|
||||||
|
"typescript": "2.7.2",
|
||||||
"url-join": "^4.0.0",
|
"url-join": "^4.0.0",
|
||||||
"wait-until": "0.0.2",
|
"wait-until": "0.0.2",
|
||||||
"winston": "^2.4.0",
|
"winston": "^2.4.0"
|
||||||
"typescript": "2.7.2",
|
|
||||||
"chai": "^4.1.2",
|
|
||||||
"mocha": "^3.5.3",
|
|
||||||
"@types/azure": "^0.9.19",
|
|
||||||
"@types/chai": "4.0.4",
|
|
||||||
"@types/mocha": "2.2.43",
|
|
||||||
"mocha-typescript": "^1.1.12",
|
|
||||||
"ts-node": "3.3.0",
|
|
||||||
"typedoc": "^0.10.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue