-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 965 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 965 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
38
39
40
41
{
"name": "create-mitum-sdk",
"version": "0.0.1",
"description": "mitum sdk generator",
"type": "module",
"main": "index.js",
"bin": {
"create-mitum-sdk": "./index.js"
},
"scripts": {
"start": "node ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProtoconNet/create-mitum-sdkjs.git"
},
"keywords": [
"mitum",
"mitum-sdk",
"protocon"
],
"author": "protocon",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProtoconNet/create-mitum-sdkjs/issues"
},
"homepage": "https://github.com/ProtoconNet/create-mitum-sdkjs#readme",
"dependencies": {
"cli-color": "^2.0.3",
"fs-extra": "^10.1.0",
"readline-sync": "^1.4.10",
"replace": "^1.2.2"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2"
}
}