-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
35 lines (35 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
31
32
33
34
35
{
"name": "dev-widget",
"version": "1.2.0",
"description": "Unofficial Widget of DEV",
"main": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "serve src",
"build": "node build/build.main.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saurabhdaware/DEV-widget.git"
},
"keywords": [
"DEV",
"dev.to",
"dev",
"widget"
],
"author": "saurabhdaware",
"license": "MIT",
"bugs": {
"url": "https://github.com/saurabhdaware/DEV-widget/issues"
},
"homepage": "https://github.com/saurabhdaware/DEV-widget#readme",
"devDependencies": {
"@node-minify/core": "^5.2.1",
"@node-minify/terser": "^5.2.1",
"fs-extra": "^8.1.0",
"serve": "^11.2.0"
}
}