mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "lbry-curate",
|
|
"version": "1.0.0",
|
|
"description": "Support the LBRY Community through Discord!",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"start": "cd dist && node index.js",
|
|
"start:prod": "cd dist && NODE_ENV=production node index.js",
|
|
"build": "tsc",
|
|
"dev": "devScript",
|
|
"lint": "npx eslint --ext .ts ./src",
|
|
"lint:fix": "npx eslint --ext .ts ./src --fix"
|
|
},
|
|
"devScript": {
|
|
"depCheck": false
|
|
},
|
|
"dependencies": {
|
|
"@dexare/cron": "^1.0.0",
|
|
"@dexare/logger": "^1.0.0",
|
|
"common-tags": "^1.8.0",
|
|
"config": "^3.3.6",
|
|
"dexare": "^2.0.1",
|
|
"eventemitter3": "^4.0.7",
|
|
"lodash.chunk": "^4.2.0",
|
|
"quick.db": "^7.1.3",
|
|
"steno": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/common-tags": "^1.8.0",
|
|
"@types/config": "^0.0.38",
|
|
"@types/cron": "^1.7.2",
|
|
"@types/lodash.chunk": "^4.2.6",
|
|
"@types/needle": "^2.5.1",
|
|
"@types/node": "^15.12.4",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.0",
|
|
"@typescript-eslint/parser": "^4.28.0",
|
|
"eslint": "^7.29.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"prettier": "^2.3.1",
|
|
"ts-devscript": "^3.0.5",
|
|
"ts-node": "^10.0.0",
|
|
"typescript": "^4.3.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/LBRYFoundation/curate.git"
|
|
},
|
|
"author": "LBRY Curate Dev Team <curate@lbry.org>",
|
|
"license": "MIT"
|
|
}
|