-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.03 KB
/
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
{
"name": "create-blockchain",
"version": "2.0.1",
"description": "A tool for creating smart contracts for blockchains and other uses for the blockchain",
"type": "module",
"main": "./src/index.js",
"scripts": {
"start": "node ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/affidaty-blockchain/node-tools.git"
},
"keywords": [
"blockchain",
"trinci",
"smart",
"contract"
],
"bin": {
"create-blockchain": "./src/index.js"
},
"author": "Affidaty S.p.a. - Trinci Blockchain",
"license": "ISC",
"bugs": {
"url": "https://github.com/affidaty-blockchain/node-tools/issues"
},
"homepage": "https://github.com/affidaty-blockchain/node-tools#readme",
"dependencies": {
"@affidaty/t2-lib-core": "^2.6.0",
"chalk": "^5.3.0",
"inquirer": "^9.2.10",
"@affidaty/trinci-sdk-as": "^3.0.0"
}
}