gorsejs
Version:
TypeScript SDK for Gorse recommender system.
59 lines (58 loc) • 1.46 kB
JSON
{
"name": "gorsejs",
"description": "",
"version": "0.4.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"repository": "git://github.com/gorse-io/gorse-js",
"homepage": "https://github.com/gorse-io/gorse-js",
"author": "Nicolò Veronese (https://github.com/hitech95)",
"keywords": [
"typescript",
"gorse",
"machine-learning",
"collaborative-filtering",
"recommender-system"
],
"scripts": {
"prebuild": "yarn run lint",
"build": "rimraf dist && tsc --build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "jest",
"prepack": "npmignore --auto"
},
"dependencies": {
"axios": "^0.27.0",
"axios-logger": "^2.6.1",
"dotenv": "^16.0.0"
},
"devDependencies": {
"@types/jest": "^28.1.6",
"@types/node": "^15.0.0",
"@types/yup": "^0.29.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"cross-env": "^7.0.3",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.7.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.3",
"jsdoc": "^3.6.0",
"nodemon": "^2.0.16",
"npmignore": "^0.3.0",
"prettier": "^2.6.0",
"redis": "^4.2.0",
"rimraf": "^3.0.0",
"ts-jest": "^28.0.7",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"publishConfig": {
"ignore": [
"!dist/"
]
}
}