-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 KB
/
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
42
43
44
{
"name": "fetch-for",
"type": "module",
"version": "0.0.10",
"description": "Base class for web components as a service",
"main": "fetch-for.js",
"keywords": [
"web-components",
"web-component",
"custom-element",
"custom-elements"
],
"dependencies": {
"idb-keyval": "6.2.1",
"stream-orator": "0.0.22",
"trans-render": "0.0.786"
},
"devDependencies": {
"@power-elements/json-viewer": "2.1.1",
"may-it-serve": "0.0.6",
"may-it-be": "0.0.180"
},
"exports": {
"./fetch-for.js": "./fetch-for.js",
".": "./index.js"
},
"scripts": {
"test": "playwright test",
"serve": "node node_modules/may-it-serve/serve.js",
"safari": "npx playwright wk http://localhost:3030",
"update": "ncu -u && npm install",
"doc": "node doc.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahrus/fetch-for.git"
},
"author": "Bruce B. Anderson (anderson.bruce.b@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahrus/fetch-for/issues"
},
"homepage": "https://github.com/bahrus/fetch-for#readme"
}