botlib/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2018-04-20 23:20:17 -03:00
{
"name": "botlib",
"version": "0.0.31",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
2018-04-20 23:20:17 -03:00
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
2018-05-29 05:19:12 -03:00
"homepage": "http://www.generalbot.com",
2018-05-12 11:16:10 -03:00
"contributors": [
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
"Jorge Ramos <jramos@pobox.com>"
2018-05-12 11:16:10 -03:00
],
2018-05-29 05:19:12 -03:00
"license": "AGPL-3.0",
"repository": {
"type": "git",
2018-05-29 05:19:12 -03:00
"url": "https://github.com/pragmatismo-io/BotLib.git"
},
2018-04-20 23:20:17 -03:00
"dependencies": {
2018-05-29 05:19:12 -03:00
"async": "^2.6.1",
"botbuilder": "^3.15.0",
2018-04-20 23:20:17 -03:00
"botbuilder-location": "^2.0.0",
2018-05-29 05:19:12 -03:00
"chrono-node": "^1.3.5",
2018-05-14 10:32:55 -03:00
"dotenv-extended": "^2.0.2",
2018-04-20 23:20:17 -03:00
"iconv-lite": "^0.4.19",
2018-05-29 05:19:12 -03:00
"pragmatismo-io-framework": "^1.0.14",
2018-04-20 23:20:17 -03:00
"reflect-metadata": "^0.1.12",
"sequelize": "^4.37.10",
2018-05-29 05:19:12 -03:00
"sequelize-typescript": "^0.6.5",
"wait-until": "^0.0.2",
"winston": "^2.4.2"
2018-04-20 23:20:17 -03:00
},
"devDependencies": {
2018-05-29 05:19:12 -03:00
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"@types/sequelize": "^4.27.20",
2018-05-29 05:19:12 -03:00
"@types/winston": "^2.3.9",
2018-04-20 23:20:17 -03:00
"chai": "^4.1.2",
2018-05-29 05:19:12 -03:00
"mocha": "^5.2.0",
"mocha-typescript": "^1.1.14",
"ts-node": "^6.0.5",
2018-05-14 10:32:55 -03:00
"typedoc": "^0.11.1",
2018-05-29 05:19:12 -03:00
"typescript": "^2.8.3"
2018-04-20 23:20:17 -03:00
}
}