forked from masrly/mastodon-link
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 814 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
{
"name": "kbin-link",
"version": "1.3.9",
"description": "Find it annoying to copy paste `[email protected]` to look at that community? This extension is for you.",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/driccio98/kbin-link.git"
},
"keywords": [],
"author": "Daniel Riccio <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/driccio98/kbin-link/issues"
},
"homepage": "https://github.com/driccio98/kbin-link#readme",
"devDependencies": {
"@types/chrome": "^0.0.203",
"copy-webpack-plugin": "^11.0.0",
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
}
}