-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@bettercorp/service-base-plugin-betterportal",
"license": "AGPL-3.0-only",
"repository": {
"url": "https://github.com/BetterCorp/service-base-plugin-betterportal"
},
"scripts": {
"build": "tsc",
"dev": "nodemon --config node_modules/@bettercorp/service-base/development/nodemon.json",
"start": "ts-node node_modules/@bettercorp/service-base/lib/cli.js"
},
"files": [
"README.md",
"lib/**/*",
"betterportal-ui/**/*"
],
"main": "lib/index.js",
"version": "2.0.0",
"bsb_project": true,
"devDependencies": {
"@types/jsonwebtoken": "^9.0.1",
"@types/mime-types": "^2.1.1",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@bettercorp/service-base": "^8.3.27",
"@bettercorp/service-base-plugin-web-server": "^6.5.3",
"@bettercorp/tools": "^2.1.30",
"@types/node": "^18.15.11",
"fastify-express": "^0.4.0",
"mime-types": "^2.1.35"
}
}