UNPKG

tensorset

Version:

TensorflowJS Dataset parsing and stringifying

46 lines (45 loc) 1.14 kB
{ "name": "tensorset", "author": "Mark Auger", "version": "1.2.9", "description": "TensorflowJS Dataset parsing and stringifying", "main": "lib/Tensorset.js", "type": "commonjs", "types": "lib", "license": "MIT", "scripts": { "prepublish": "yarn build", "build": "yarn clean && tsc && cp test/dataset.json lib/test", "clean": "rm -rf lib", "test": "jest --silent", "lint": "eslint **/*.ts --fix" }, "repository": { "type": "git", "url": "git+https://github.com/swimauger/tensorset.git" }, "keywords": [ "Tensorflow", "KNN Classifier", "Dataset", "Save", "Load", "Stringify", "Parse" ], "bugs": "https://github.com/swimauger/tensorset/issues", "homepage": "https://github.com/swimauger/tensorset#readme", "dependencies": { "@tensorflow/tfjs": "^2.0.1" }, "devDependencies": { "@types/jest": "^26.0.20", "@typescript-eslint/eslint-plugin": "^4.19.0", "@typescript-eslint/parser": "^4.19.0", "eslint": "^7.22.0", "eslint-config-google": "^0.14.0", "jest": "^26.6.3", "ts-node": "^9.1.1", "typescript": "^4.2.2" } }