forked from kamilsarelo/dynatrace-time-tracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 933 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
32
33
34
35
{
"name": "timetracking",
"version": "1.0.0",
"description": "Dynatrace working time tracking via Excel spreadsheet",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rfv bookmarklet/dist/*",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamilsarelo/timetracking.git"
},
"keywords": [
"timetracking",
"bookmarklet"
],
"author": "Kamil Sarelo",
"license": "ISC",
"bugs": {
"url": "https://github.com/kamilsarelo/timetracking/issues"
},
"homepage": "https://github.com/kamilsarelo/timetracking#readme",
"devDependencies": {
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"ts-loader": "^5.3.3",
"typescript": "^3.4.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}