lexica-dialog-model
Version:
MongoDB model for Lexica virtual dialog agent.
42 lines (41 loc) • 1.17 kB
JSON
{
"name": "lexica-dialog-model",
"version": "1.0.1",
"description": "MongoDB model for Lexica virtual dialog agent.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "npm run lint",
"prepare": "npm run build",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json 'src/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomlai19852004/lexica-dialog-model.git"
},
"keywords": [
"Lexica",
"Dialog Agent"
],
"author": "Tom Lai",
"license": "ISC",
"bugs": {
"url": "https://github.com/tomlai19852004/lexica-dialog-model/issues"
},
"homepage": "https://github.com/tomlai19852004/lexica-dialog-model#readme",
"devDependencies": {
"prettier": "^1.17.1",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.1"
},
"files": [
"dist/**/*"
]
}