-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 730 Bytes
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
{
"name": "legacy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"changelog": "standard-changelog --commit-path . --first-release",
"build": "tsc",
"lint": "eslint . --ext .ts",
"start": "tsc && node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@okta/oidc-middleware": "^4.5.1",
"express": "^4.17.2",
"express-session": "^1.17.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^6.8.0",
"standard-changelog": "^2.0.24",
"typescript": "^3.9.5"
}
}