buddha-core
Version:
Core logic of buddha.ts
61 lines (60 loc) • 1.45 kB
JSON
{
"name": "buddha-core",
"version": "0.1.8",
"description": "Core logic of buddha.ts",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"keywords": [
"typescript",
"api",
"buddha",
"server",
"express"
],
"scripts": {
"dev": "tsc --watch",
"build": "rimraf ./build && tsc && copyfiles buddha.txt build",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nguyenleminhdev/buddha-core.git"
},
"author": "Andrew Nguyen <nguyenleminhdev@gmail.com>",
"license": "ISC",
"devDependencies": {
"@types/async": "^3.2.20",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
"@types/cron": "^2.0.1",
"@types/elasticsearch": "^5.0.40",
"@types/express": "^4.17.17",
"@types/lodash": "^4.14.191",
"@types/morgan": "^1.9.4",
"@types/node": "^18.16.19",
"@types/redis": "^2.8.32",
"@types/ws": "^8.5.10",
"copyfiles": "^2.4.1",
"rimraf": "^3.0.2",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4"
},
"dependencies": {
"async": "^3.2.4",
"body-parser": "^1.20.1",
"bull": "^4.10.4",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"cron": "^2.3.1",
"elasticsearch": "^16.7.3",
"express": "^4.18.2",
"lodash": "^4.17.21",
"mongoose": "^6.11.4",
"morgan": "^1.10.0",
"redis": "^3.1.2",
"ws": "^8.17.0"
}
}