-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 900 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
38
39
40
41
42
{
"name": "create-vechain-dapp",
"description": "Jump-start your development on VeChain with our pre-built templates that come with pre-configured tools, best practices, and comprehensive documentation to help you start building right away.",
"version": "1.1.3",
"private": false,
"license": "MIT",
"type": "module",
"main": "index.js",
"bin": {
"create-vechain-dapp": "index.js"
},
"files": [
"index.js",
"utils.js",
"templates/**"
],
"scripts": {
"update-templates": "./scripts/update-templates.sh"
},
"keywords": [
"vechain",
"dapp",
"blockchain",
"create-app",
"boilerplate",
"template",
"react",
"hardhat",
"smart-contracts",
"web3",
"ethereum",
"starter-kit",
"x2earn",
"scaffold"
],
"dependencies": {
"prompts": "^2.4.2"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
}
}