You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-21 15:21:57 +03:00
28 lines
776 B
JSON
28 lines
776 B
JSON
{
|
|
"name": "redis-monorepo",
|
|
"private": true,
|
|
"workspaces": [
|
|
"./packages/*"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test -ws --if-present",
|
|
"build": "NODE_OPTIONS='--max-old-space-size=4096' tsc --build",
|
|
"documentation": "typedoc",
|
|
"gh-pages": "gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'"
|
|
},
|
|
"devDependencies": {
|
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
"@types/mocha": "^10.0.3",
|
|
"@types/node": "^20.8.10",
|
|
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
"@typescript-eslint/parser": "^6.9.1",
|
|
"gh-pages": "^6.0.0",
|
|
"mocha": "^10.2.0",
|
|
"nyc": "^15.1.0",
|
|
"release-it": "^16.2.1",
|
|
"tsx": "^3.14.0",
|
|
"typedoc": "^0.25.3",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|