Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tfjs-backend-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.0",
"main": "dist/tf-backend-wasm.node.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/tensorflow/tfjs.git",
"directory": "tfjs-backend-wasm"
},
"jsnext:main": "dist/index.js",
"module": "dist/index.js",
"unpkg": "dist/tf-backend-wasm.min.js",
Expand Down
5 changes: 5 additions & 0 deletions tfjs-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "TensorFlow Data API in JavaScript",
"private": false,
"main": "dist/tf-data.node.js",
"repository": {
"type": "git",
"url": "https://github.com/tensorflow/tfjs.git",
"directory": "tfjs-data"
},
"jsdelivr": "dist/tf-data.min.js",
"unpkg": "dist/tf-data.min.js",
"types": "dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions tfjs-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.0",
"description": "TensorFlow layers API in JavaScript",
"license": "Apache-2.0 AND MIT",
"repository": {
"type": "git",
"url": "https://github.com/tensorflow/tfjs.git",
"directory": "tfjs-layers"
},
"private": false,
"main": "dist/tf-layers.node.js",
"types": "dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions tfjs-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.0",
"description": "TensorFlow.js platform implementation for React Native",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/tensorflow/tfjs.git",
"directory": "tfjs-react-native"
},
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"keywords": [
Expand Down