-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1019 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
36
37
38
39
40
41
{
"name": "mut-obs",
"version": "0.0.10",
"keywords": [
"Web Components",
"Custom Elements"
],
"description": "Web component wrapper around the mutation observer",
"main": "mut-obs.js",
"module": "mut-obs.js",
"exports": {
".": "./mut-obs.js",
"./mut-obs.js": "./mut-obs.js"
},
"files": [
"mut-obs.*",
"types.d.ts"
],
"types": "types.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "node node_modules/xtal-test/serve.js",
"package-check": "package-check",
"compress": "terser --compress --mangle -- mut-obs.js > dist/mut-obs.min.js"
},
"devDependencies": {
"@skypack/package-check": "0.2.2",
"terser": "5.7.0",
"xtal-test": "0.0.50"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahrus/mut-obs.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahrus/mut-obs/issues"
},
"homepage": "https://github.com/bahrus/mut-obs#readme"
}