-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 834 Bytes
/
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
{
"name": "remote-mac-lock",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "tsc && node dist/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevejkang/remote-mac-lock.git"
},
"keywords": [],
"author": "stevejkang <[email protected]>",
"bugs": {
"url": "https://github.com/stevejkang/remote-mac-lock/issues"
},
"homepage": "https://github.com/stevejkang/remote-mac-lock#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0"
},
"dependencies": {
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0"
}
}