generated from Attacktive/attacktive-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 860 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
{
"name": "ecolian-login-reminder",
"version": "1.2.1",
"description": "A simple reminder that makes you login before making a reservation in Ecolian.",
"type": "module",
"scripts": {
"build": "tsc --build",
"postbuild": "cp -r static/* dist",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Attacktive/ecolian-login-reminder.git"
},
"author": "Attacktive",
"license": "MIT license",
"bugs": {
"url": "https://github.com/Attacktive/ecolian-login-reminder/issues"
},
"homepage": "https://github.com/Attacktive/ecolian-login-reminder#readme",
"devDependencies": {
"@types/chrome": "^0.0.280",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^9.14.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
}
}