-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 911 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "jupnode",
"version": "0.5.80",
"description": "Run nodejs in jupyter notebook",
"main": "jupnode/index.js",
"scripts": {
"test": "cd ./tests && node ./index.js",
"install": "node ./install",
"webpack": "webpack",
"prepare_py_lib": "node ./build.js",
"publish": "npm run prepare_py_lib && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Graphnull/jupnode.git"
},
"keywords": [
"jupyter",
"notebook",
"tensorflow",
"tfjs",
"ml"
],
"author": "Vasiliy Stepanov",
"email": "01stepvasya@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Graphnull/jupnode/issues"
},
"homepage": "https://github.com/Graphnull/jupnode#readme",
"devDependencies": {
"@babel/generator": "^7.17.9",
"@babel/parser": "^7.17.9",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}