tfjs-react
Version:
Various React components for tensorflow.js
43 lines • 1.06 kB
JSON
{
"name": "tfjs-react",
"version": "0.1.1",
"description": "Various React components for tensorflow.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ksachdeva/tfjs-react.git"
},
"keywords": [
"React",
"Tensorflow.js",
"ML",
"visualizations"
],
"author": "Kapil Sachdeva",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ksachdeva/tfjs-react/issues"
},
"homepage": "https://github.com/ksachdeva/tfjs-react#readme",
"devDependencies": {
"@types/react": "^16.7.3",
"@types/react-dom": "^16.0.9",
"tslint": "^5.11.0",
"ts-node": "^7.0.1",
"tslint-react": "^3.6.0",
"typescript": "^3.2.1"
},
"peerDependencies": {
"@tensorflow/tfjs": "^0.14.0",
"@tensorflow/tfjs-vis": "^0.3.0",
"react": "^16.6.3",
"react-dom": "^16.6.3"
}
}