50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "owlbear-broker",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "./src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc --project ./",
|
|
"start:dev": "node --es-module-specifier-resolution=node -r dotenv/config ./build/index.js",
|
|
"start": "node --es-module-specifier-resolution=node ./build/index.js",
|
|
"lint": "eslint src/**/*.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mitchemmc/owlbear-rodeo.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/mitchemmc/owlbear-rodeo/issues"
|
|
},
|
|
"homepage": "https://github.com/mitchemmc/owlbear-rodeo#readme",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.0",
|
|
"cors": "^2.8.5",
|
|
"deep-diff": "^1.0.2",
|
|
"express": "^4.17.3",
|
|
"helmet": "^5.0.2",
|
|
"lodash.get": "^4.4.2",
|
|
"socket.io": "^4.5.4",
|
|
"socket.io-msgpack-parser": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^3.0.0",
|
|
"@types/component-emitter": "^1.2.11",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/deep-diff": "^1.0.1",
|
|
"@types/express": "^4.17.13",
|
|
"@types/lodash.get": "^4.4.6",
|
|
"@types/node": "^15.6.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
"dotenv": "^16.0.0",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|