@flike/recommend
Version:
Wrapper for the Flike Recommendation API.
37 lines (36 loc) • 792 B
JSON
{
"name": "@flike/recommend",
"version": "1.4.21",
"description": "Wrapper for the Flike Recommendation API.",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc",
"test": "jest --config jestconfig.json",
"docs": "typedoc"
},
"keywords": [
"flike",
"recommender",
"ai",
"prediction"
],
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.29",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typedoc": "^0.22.15",
"typescript": "^4.6.3"
},
"dependencies": {
"axios": "^0.27.2"
},
"prettier": {
"tabWidth": 2
}
}