mirror of
https://github.com/autismjs/monorepo.git
synced 2026-01-09 00:58:07 -05:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "@autismjs/monorepo",
|
|
"version": "0.0.1",
|
|
"description": "Monorepo of Autism libraries",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"packages/crypto",
|
|
"packages/db",
|
|
"packages/message",
|
|
"packages/group",
|
|
"packages/protocol",
|
|
"packages/web"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/autism-org/monorepo.git"
|
|
},
|
|
"url": "https://github.com/autism-org/monorepo/issues",
|
|
"devDependencies": {
|
|
"@types/node": "^20.5.3",
|
|
"@types/tape": "^5.6.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
|
"@typescript-eslint/parser": "^6.4.1",
|
|
"concurrently": "^8.2.1",
|
|
"eslint": "^8.47.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"node-loader": "^2.0.0",
|
|
"nyc": "^15.1.0",
|
|
"prettier": "^3.0.2",
|
|
"tap-spec": "^2.2.2",
|
|
"tape": "^5.6.6",
|
|
"ts-loader": "^9.4.4",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6",
|
|
"webpack": "^5.88.2",
|
|
"webpack-bundle-analyzer": "^4.9.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1",
|
|
"webpack-node-externals": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16"
|
|
}
|
|
}
|