wickr-bedrock-bot
Version:
AWS Wickr's own Bedrock Bot
34 lines (33 loc) • 663 B
JSON
{
"name": "wickrio-bot-framework",
"version": "1.0.1",
"description": "Framework for WickrIO bots",
"main": "lib/bot.js",
"types": "types/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"lib/**",
"types/**"
],
"scripts": {
"test": "nyc mocha test -c",
"lint": "eslint . --ext .js",
"lint:fix": "eslint . --ext .js --fix"
},
"repository": "",
"author": "David Wittman",
"license": "MIT",
"dependencies": {
"mergician": "^1.0.3"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^8.30.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"sinon": "^9.0.2"
}
}