-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.03 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
{
"name": "hypercerts",
"description": "Scalable retrospective reward systems for impact",
"version": "1.0.0-alpha.0",
"author": "Hypercerts Foundation",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "turbo run build --filter=@hypercerts-org/contracts --concurrency=100%",
"copy": "pnpm copy:docs && pnpm copy:html",
"copy:docs": "mkdir -p ./build/docs/ && cp -r ./docs/build/* ./build/docs/",
"format:staged": "lint-staged",
"lint": "turbo run lint --filter=@hypercerts-org/contracts --concurrency=100%",
"serve:build": "pnpm serve build",
"test": "turbo run test --filter=@hypercerts-org/contracts --concurrency=1",
"prepare": "husky install"
},
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.3",
"turbo": "^2.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypercerts-org/hypercerts.git"
},
"packageManager": "[email protected]+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390"
}