-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 903 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
{
"name": "@ayshptk/sdkgen",
"version": "0.0.4",
"description": "an experiment to create barebones js SDKs from just a smart contract address",
"main": "dist/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"dev": "yarn build && sudo npm i . -g --force",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayshptk/sdkgen.git"
},
"bin": {
"sdkgen": "./bin/index.js"
},
"author": "ayush <[email protected]> (https://ayush.sh)",
"bugs": {
"url": "https://github.com/ayshptk/sdkgenp/issues"
},
"homepage": "https://github.com/ayshptk/sdkgenp#readme",
"dependencies": {
"chalk": "4.1.2",
"inquirer": "^8.2.0",
"node-fetch": "^2.6.7",
"project-name-generator": "^2.1.9"
},
"devDependencies": {
"@types/inquirer": "^8.2.0",
"@types/node-fetch": "2",
"typescript": "^4.4.3"
}
}