-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"name": "gitsol",
"version": "0.2.5",
"description": "create anchor apps on the fly ",
"main": "dist/index.js",
"license": "MIT",
"directories": {
"lib": "lib"
},
"scripts": {
"dev": "npm run build && npm i . -g --force && gitsol",
"build": "tsc -p ."
},
"bin": {
"gitsol": "./bin/index.js"
},
"author": "ayush <hey@ayush.sh> (https://ayush.sh)",
"dependencies": {
"@project-serum/anchor": "^0.24.2",
"@solana/web3.js": "^1.41.9",
"@types/project-name-generator": "^2.1.1",
"chalk": "4.1.2",
"crypto-js": "^4.1.1",
"fs-extra": "^10.1.0",
"http": "^0.0.1-security",
"inquirer": "^8.2.0",
"node-fetch": "^2.6.7",
"node-stream-zip": "^1.15.0",
"project-name-generator": "^2.1.9",
"tslint": "^6.1.3",
"tslint-etc": "^1.13.10",
"unzipper": "^0.10.11",
"web3.storage": "^4.2.0",
"zip-a-folder": "^1.1.3"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.2.0",
"@types/node-fetch": "^2.6.1",
"@types/unzipper": "^0.10.5",
"typescript": "^4.4.3"
}
}