forked from near/pagoda-experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 799 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
{
"name": "@pagoda/experiments",
"version": "0.1.0",
"private": true,
"description": "This monorepo contains multiple product experiments built on the blockchain. These products will be aimed at a mix of end users and developers.",
"scripts": {
"format:fix": "pnpm -r format:fix",
"lint:fix": "pnpm -r lint:fix",
"pre-commit": "pnpm -r pre-commit",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/near/pagoda-experiments.git"
},
"engines": {
"node": ">=20",
"pnpm": "9.1.1"
},
"pnpm": {
"overrides": {
"@near-wallet-selector/core": "8.9.12"
}
},
"packageManager": "[email protected]",
"devDependencies": {
"husky": "^9.0.11"
}
}