-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 988 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 988 Bytes
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
{
"name": "wc-template",
"version": "1.0.0",
"description": "generate custom element from html template",
"keywords": [
"custom-elements",
"web-components"
],
"license": "MIT",
"author": "Muhammad Faiz <mfcc64@gmail.com>",
"type": "module",
"main": "wc-template.js",
"scripts": {
"test": "npm run build && node test.mjs",
"build": "rollup -c",
"prepare": "npm run build"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"open": "^11.0.0",
"rollup": "^4.55.1",
"serve-static": "^2.2.1",
"wc-helpers": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mfcc64/wc-template.git"
},
"homepage": "https://github.com/mfcc64/wc-template",
"bugs": "https://github.com/mfcc64/wc-template/issues",
"funding": "https://github.com/sponsors/mfcc64"
}