1 | {
|
2 | "name": "@tensorflow/tfjs-layers",
|
3 | "version": "4.22.0",
|
4 | "description": "TensorFlow layers API in JavaScript",
|
5 | "license": "Apache-2.0 AND MIT",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "https://github.com/tensorflow/tfjs.git",
|
9 | "directory": "tfjs-layers"
|
10 | },
|
11 | "private": false,
|
12 | "main": "dist/tf-layers.node.js",
|
13 | "types": "dist/index.d.ts",
|
14 | "jsnext:main": "dist/index.js",
|
15 | "module": "dist/index.js",
|
16 | "jsdelivr": "dist/tf-layers.min.js",
|
17 | "unpkg": "dist/tf-layers.min.js",
|
18 | "miniprogram": "dist/miniprogram",
|
19 | "devDependencies": {
|
20 | "@bazel/bazelisk": "^1.12.0",
|
21 | "clang-format": "~1.8.0"
|
22 | },
|
23 | "scripts": {
|
24 | "build": "bazel build :tfjs-layers_pkg",
|
25 | "format": "./tools/clang_format_ts.sh",
|
26 | "publish-npm": "bazel run :tfjs-layers_pkg.publish",
|
27 | "test": "bazel test :tests --test_output=all",
|
28 | "test-dev": "ibazel test :tests --test_output=streamed",
|
29 | "test-debug": "yarn test-webgl2-debug",
|
30 | "test-browser": "yarn test-webgl2",
|
31 | "test-browser-debug": "yarn test-webgl2-debug",
|
32 | "test-webgl2": "bazel test :tfjs-layers_webgl2_test --test_output=streamed",
|
33 | "test-webgl2-debug": "bazel run :tfjs-layers_webgl2_test --test_output=streamed",
|
34 | "test-webgl2-dev": "ibazel test :tfjs-layers_webgl2_test --test_output=streamed",
|
35 | "test-webgl1": "bazel test :tfjs-layers_webgl1_test --test_output=streamed",
|
36 | "test-webgl1-debug": "bazel run :tfjs-layers_webgl1_test --test_output=streamed",
|
37 | "test-webgl1-dev": "ibazel test :tfjs-layers_webgl1_test --test_output=streamed",
|
38 | "run-browserstack": "bazel test :browserstack_bs_chrome_mac_tfjs-layers_webgl2_test"
|
39 | },
|
40 | "peerDependencies": {
|
41 | "@tensorflow/tfjs-core": "4.22.0"
|
42 | }
|
43 | }
|