forked from coinbase/onchainkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.16 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.16 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
{
"name": "onchainkit-monorepo",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pnpm -r run build",
"clean:node_modules": "rm -rf node_modules packages/*/node_modules",
"f:ock": "pnpm --filter @coinbase/onchainkit",
"f:play": "pnpm --filter playground",
"f:create": "pnpm --filter create-onchain",
"f:manifest": "pnpm --filter miniapp-manifest-generator",
"f:minikit-example": "pnpm --filter minikit-example",
"changeset": "changeset",
"release:check": "changeset status --verbose --since=origin/main",
"release:publish": "changeset publish"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@eslint/js": "^9.22.0",
"concurrently": "^8.0.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.26.1"
},
"packageManager": "pnpm@10.6.3"
}