-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
45
46
{
"name": "easy-better-sqlite3",
"version": "0.2.0",
"description": "The easier and safer better-sqlite3 package.",
"keywords": [
"nodejs",
"node",
"javascript",
"js",
"better-sqlite3",
"sql",
"sqlite",
"sqlite3",
"database",
"db"
],
"homepage": "https://github.com/AlexAnimateMp4/easy-better-sqlite3#readme",
"bugs": {
"url": "https://github.com/AlexAnimateMp4/easy-better-sqlite3/issues"
},
"license": "MPL-2.0",
"author": {
"name": "Alex Animate Mp4",
"email": "contact@alexanimatemp4.me",
"url": "http://alexanimatemp4.me"
},
"contributors": [],
"files": [
".gitignore",
".npmignore",
"CHANGELOG.md",
"index.js",
"index.min.js",
"LICENSE.md",
"package.json",
"README.md"
],
"main": "index.min.js",
"repository": {
"type": "git",
"url": "https://github.com/AlexAnimateMp4/easy-better-sqlite3.git"
},
"dependencies": {
"better-sqlite3": "^7.6.2"
}
}