@ebonydevcopy/framework
Version:
A module-based NodeJS chatbot framework.
49 lines (48 loc) • 1.36 kB
JSON
{
"name": "@ebonydevcopy/framework",
"version": "4.0.0-alpha.30",
"description": "A module-based NodeJS chatbot framework.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn tsc",
"prepare": "yarn run build",
"test": "yarn run build && yarn node ./build/index.js",
"lint": "yarn eslint '*/**/*.ts' --quiet --fix -c ../../.eslintrc.js --ignore-path ../../.eslintignore",
"unit-test": "yarn ts-mocha -p src/tsconfig.json src/tests/**/*.spec.ts"
},
"keywords": [
"bot",
"chatbot",
"messenger-platform",
"messenger",
"facebook",
"bot-framework",
"framework",
"ebony-framework",
"ebony"
],
"author": "Christos Panagiotakopoulos <chrispanag@gmail.com>",
"repository": "git://github.com/chrispanag/ebony.git",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"mongodb": "^4.2.0",
"mongoose": "^6.0.14"
},
"devDependencies": {
"@types/lodash": "^4.14.177"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"LICENSE",
"README.md",
"build/**/*"
],
"gitHead": "60576b5ea6994bbd98a9b914c4b2e9b4c511ce24"
}