-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.51 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@magic-libraries/db",
"version": "0.0.11",
"author": "Wizards & Witches",
"license": "AGPL-3.0",
"description": "localstorage backed client key value database for @magic.",
"homepage": "https://magic-libraries.github.io/db/",
"engines": {
"node": ">=14.15.4"
},
"engineStrict": true,
"scripts": {
"start": "t -p",
"format": "f -w --exclude docs",
"test": "t --exclude docs example config.js",
"build": "NODE_ENV=production magic build",
"devbuild": "magic build --watch src",
"prod": "NODE_ENV=production magic build serve",
"dev": "magic dev --watch src",
"calls": "calls"
},
"main": "src/index.mjs",
"module": "src/index.mjs",
"type": "module",
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/magic-libraries/db.git"
},
"bugs": {
"url": "https://github.com/magic-libraries/db/issues"
},
"dependencies": {
"@magic-libraries/json": "0.0.10"
},
"devDependencies": {
"@magic-modules/git-badges": "0.0.11",
"@magic-modules/light-switch": "0.0.10",
"@magic-modules/no-spy": "0.0.6",
"@magic-modules/pre": "0.0.11",
"@magic-themes/docs": "0.0.14",
"@magic/core": "0.0.140",
"@magic/format": "0.0.39",
"@magic/test": "0.2.10"
},
"keywords": [
"magic",
"localstorage",
"store",
"db",
"client",
"browser",
"magic-libraries",
"hyperapp"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}