-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 856 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": "immortal-pins",
"version": "0.2.0",
"description": "<img src=\"./images/cover.png\" alt=\"Immortal Pins cover\" width=\"308\" height=\"196\">",
"main": "app.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/C0rn3j/ImmortalPins.git"
},
"keywords": [],
"author": "Martin Rys",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/C0rn3j/ImmortalPins/issues"
},
"homepage": "https://github.com/C0rn3j/ImmortalPins#readme",
"devDependencies": {
"@types/angular": "^1.8.4",
"@types/chrome": "^0.0.227",
"@types/firefox-webext-browser": "^111.0.1",
"copy-webpack-plugin": "^11.0.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.3",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1"
}
}