generated from scaffold-eth/scaffold-eth-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.52 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "create-fhenix-dapp",
"version": "0.3.0",
"description": "Create Fhenix DApp",
"repository": {
"type": "git",
"url": "https://github.com/kkomelin/create-fhenix-dapp.git"
},
"main": "dist/cli.js",
"type": "module",
"bin": "bin/create-dapp-fhenix.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"build-and-cli": "pnpm build && pnpm cli",
"dev": "rollup -c rollup.config.js --watch",
"cli": "node bin/create-dapp-fhenix.js",
"cli:dev": "pnpm cli --dev",
"build-and-cli:dev": "pnpm build && pnpm cli:dev",
"test": "echo \"Error: no test specified\" && exit 1",
"changeset:release": "pnpm build && changeset publish"
},
"keywords": [
"cli",
"ethereum",
"fhenix",
"create-fhenix-dapp",
"wagmi",
"hardhat",
"viem",
"rainbowkit",
"scaffold-eth",
"scaffold-eth-2"
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "11.1.0",
"@types/inquirer": "9.0.3",
"@types/listr": "0.14.4",
"@types/ncp": "2.0.5",
"@types/node": "18.16.0",
"rollup": "3.21.0",
"rollup-plugin-auto-external": "2.0.0",
"tslib": "2.5.0",
"typescript": "5.0.4"
},
"dependencies": {
"@changesets/cli": "^2.26.2",
"arg": "5.0.2",
"chalk": "5.2.0",
"execa": "7.1.1",
"handlebars": "^4.7.7",
"inquirer": "9.2.0",
"listr": "0.14.3",
"merge-packages": "^0.1.6",
"ncp": "2.0.0",
"pkg-install": "https://github.com/kkomelin/pkg-install.git"
},
"packageManager": "[email protected]"
}