mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-02 21:03:09 +00:00
27 lines
621 B
JSON
27 lines
621 B
JSON
{
|
|
"name": "opchan",
|
|
"version": "1.0.0",
|
|
"description": "Browser-based Forum Library over Waku",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*",
|
|
"app"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run build --workspaces",
|
|
"test": "npm run test --workspaces",
|
|
"dev": "npm run dev --workspaces",
|
|
"lint": "npm run lint --workspaces"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.0",
|
|
"@types/node": "^20.0.0",
|
|
"tsx": "^4.0.0",
|
|
"eslint": "^8.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
} |