-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.53 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
60
61
{
"name": "wadesta",
"description": "Offline-first Cosmos chain registry JavaScript/TypeScript client generator 🪭",
"version": "0.0.5",
"author": "Griko Nibras <[email protected]>",
"repository": "https://github.com/graz-sh/wadesta.git",
"homepage": "https://github.com/graz-sh/wadesta",
"bugs": "https://github.com/graz-sh/wadesta/issues",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/*",
"stubs/*",
"cli.js",
"cli.d.ts",
"events.js",
"events.d.ts"
],
"bin": "dist/bin.js",
"sideEffects": false,
"scripts": {
"build": "tsup",
"cli": "node dist/bin.js",
"dev": "tsup --watch",
"lint": "eslint --fix \"src/**/*.{ts,tsx}\"",
"postpublish": "git reset HEAD --hard",
"prepack": "node scripts/prepack.js",
"prepublishOnly": "pnpm build && node scripts/clean-readme.js"
},
"peerDependencies": {
"long": "*"
},
"peerDependenciesMeta": {
"long": {
"optional": true
}
},
"dependencies": {
"@graz-sh/types": "^0.0.4",
"degit": "npm:tiged@^2.12.5"
},
"devDependencies": {
"@clack/prompts": "^0.7.0",
"@graz-sh/style-guide-core": "^4.0.1",
"@types/degit": "^2.8.3",
"@types/node": "^18.17.14",
"cac": "^6.7.14",
"eslint": "^8.48.0",
"globby": "^13.2.2",
"p-map": "^6.0.0",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"typed-emitter": "^2.1.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"prettier": "@graz-sh/style-guide-core/prettier",
"license": "MIT"
}