lexica-dialog-repository
Version:
50 lines (49 loc) • 1.34 kB
JSON
{
"name": "lexica-dialog-repository",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write \"dist/**/*.ts\" \"dist/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"test": "jest --config jest.config.js --runInBand",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomlai19852004/lexica-dialog-repository.git"
},
"keywords": [
"Lexica",
"Dialog Agent"
],
"author": "Tom Lai",
"license": "ISC",
"bugs": {
"url": "https://github.com/tomlai19852004/lexica-dialog-repository/issues"
},
"homepage": "https://github.com/tomlai19852004/lexica-dialog-repository#readme",
"devDependencies": {
"@types/jest": "^24.0.13",
"jest": "^24.8.0",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.1"
},
"dependencies": {
"@types/mongoose": "^5.5.3",
"lexica-dialog-model": "^1.0.0",
"mongoose": "^5.5.12"
},
"files": [
"dist/**/*"
]
}