Files
protocol/package.json
2023-03-29 23:27:57 -07:00

28 lines
748 B
JSON

{
"name": "0x-labs",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps-node/*",
"packages/*",
"sites/*"
],
"scripts": {
"build": ". ./turbo-prerun.sh && turbo run build",
"build:no-diff": ". ./turbo-prerun.sh && turbo run build:no-diff",
"fix": ". ./turbo-prerun.sh && turbo run fix",
"lint:ci": ". ./turbo-prerun.sh && turbo run lint:ci",
"test:ci": ". ./turbo-prerun.sh && turbo run test:ci"
},
"devDependencies": {
"turbo": "1.8.8",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {},
"packageManager": "yarn@1.22.19"
}