Files
social-tw-website/package.json
2024-05-17 16:26:28 +08:00

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"
}
}