mirror of
https://github.com/social-tw/social-tw-website.git
synced 2026-01-08 23:18:05 -05:00
35 lines
1018 B
JSON
35 lines
1018 B
JSON
{
|
|
"name": "social-tw-website",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"install": "lerna bootstrap",
|
|
"build": "lerna run build",
|
|
"circuits": "yarn workspace @unirep-app/circuits run",
|
|
"contracts": "yarn workspace @unirep-app/contracts run",
|
|
"frontend": "yarn workspace @unirep-app/frontend run",
|
|
"relay": "yarn workspace @unirep-app/relay run",
|
|
"start": "node scripts/start.mjs",
|
|
"linkUnirep": "sh ./scripts/linkUnirep.sh",
|
|
"copyUnirep": "sh ./scripts/copyUnirep.sh",
|
|
"lint": "prettier .",
|
|
"lint:fix": "yarn lint --write",
|
|
"lint:check": "yarn lint --check"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.4",
|
|
"husky": "^9.0.11",
|
|
"jest": "^29.6.4",
|
|
"lerna": "^6.0.1",
|
|
"node-fetch": "^3.3.0"
|
|
},
|
|
"dependencies": {
|
|
"prettier": "^2.8.4"
|
|
}
|
|
}
|