nlp-trainer
Version:
As simple as it gets
45 lines • 1.02 kB
JSON
{
"name": "nlp-trainer",
"version": "3.1.0",
"description": "As simple as it gets",
"main": "./dist/index.js",
"typings": "./dist/index.js",
"scripts": {
"test": "jest",
"test:cov": "jest --coverage",
"tslint": "tslint -p ./",
"bp": "tsc && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/michael-spengler/nlp-trainer"
},
"keywords": [
"NLP",
"Trainer",
"Natural Language Processing Trainer",
"Natural Language Processing"
],
"author": "Michael Spengler",
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "npm run tslint && npm run test:cov"
}
},
"dependencies": {
"@types/jest": "^21.0.0",
"@types/node": "^10.12.18",
"@types/uniqid": "^4.1.2",
"configuration-reader": "^1.0.6",
"jest": "^23.6.0",
"path": "^0.12.7",
"ts-jest": "^23.10.5",
"uniqid": "^5.0.3"
},
"devDependencies": {
"husky": "^1.3.1",
"tslint": "^5.12.1",
"typescript": "^3.2.4"
}
}