forked from Calindra/brunodo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 863 Bytes
/
package.json
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": "@gbarros/noextra",
"version": "0.1.3-beta",
"private": false,
"description": "Nonodo CLI tool and bindings for testing and development",
"homepage": "https://github.com/gbarros/noextra#readme",
"type":"module",
"bugs": {
"url": "https://github.com/gbarros/noextra/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/gbarros/noextra.git"
},
"license": "MIT",
"bin": {
"nonodo": "./src/nonodo.js"
},
"main": "./src/index.js",
"scripts": {
"start": "node src/nonodo.js"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/cli-progress": "^3.11.5",
"@types/node": "^20.11.30"
},
"dependencies": {
"@doiim/tikua": "^0.8.1",
"adm-zip": "^0.5.12",
"cli-progress": "^3.12.0",
"viem": "^2.14.0"
}
}