-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.34 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
38
39
{
"name": "stream-deck-billables-harvest",
"description": "Track time in Harvest on Stream Deck and display time tracked compared with billable hours assigned in Forecast.",
"version": "0.1.4",
"license": "GPL-3.0-or-later",
"author": {
"name": "Emma Litwa-Vulcu",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/reiniiriarios/stream-deck-billables-harvest.git"
},
"bugs": {
"url": "https://github.com/reiniiriarios/stream-deck-billables-harvest/issues"
},
"homepage": "https://github.com/reiniiriarios/stream-deck-billables-harvest/",
"scripts": {
"test": "jest --runInBand --bail",
"build": "webpack --mode=production",
"package": "sd-distribution-tool -b -i build/me.reinii.harvest-billables.sdPlugin -o build",
"copy": "./install-plugin.sh",
"build-copy": "npm run build && npm run copy",
"build-pkg": "npm run build && npm run package",
"dev": "webpack --watch --mode=development",
"newver": "node ./update-version.js"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"dotenv": "^16.0.3",
"jest": "^29.5.0",
"stream-deck-distribution-tool": "^1.0.1",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.1",
"typescript": "^4.7.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}