-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 920 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
42
43
44
{
"name": "lavastore",
"version": "1.2.4",
"description": "LavaStore is a flexible and scalable local database for the web.",
"main": "lib/LavaStore.js",
"types": "lib/LavaStore.d.ts",
"scripts": {
"test": "echo no tests",
"build": "del /S lib /Q && tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/WilliamRagstad/LavaStore"
},
"keywords": [
"lavastore",
"firestore",
"store",
"storage",
"data",
"database",
"local",
"localstore",
"localstorage",
"local database",
"save",
"persist",
"persistent",
"web"
],
"author": "William Rågstad",
"license": "MIT",
"files": [
"lib"
],
"bugs": {
"url": "https://github.com/WilliamRagstad/LavaStore/issues"
},
"homepage": "https://github.com/WilliamRagstad/LavaStore",
"devDependencies": {
"tslint": "^6.1.3",
"typescript": "^4.1.2"
}
}