-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 641 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 641 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
{
"name": "nbb",
"version": "1.4.206",
"type": "module",
"main": "index.mjs",
"bin": {
"nbb": "cli.js",
"nbbun": "nbbun.js"
},
"description": "Babashka-like tool for Node.js.",
"dependencies": {
"import-meta-resolve": "^4.1.0"
},
"devDependencies": {
"ink": "^3.0.9",
"moment": "^2.29.4",
"nbb": "file:.",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"shadow-cljs": "^2.15.2",
"source-map-support": "^0.5.19"
},
"repository": {
"type": "git",
"url": "https://github.com/babashka/nbb"
},
"license": "EPL-1.0",
"files": [
"README.md",
"img",
"lib"
]
}