generated from lukesrw/typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 810 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
{
"name": "jsite-database",
"version": "6.2.0",
"description": "Database module for the JSite package",
"main": "index.js",
"scripts": {
"build": "npm install",
"test": "npm run build && mocha --reporter min"
},
"dependencies": {
"jsite-data": "^1.3.0",
"json-sql-builder2": "^1.0.24",
"mysql": "^2.17.1",
"sql-formatter": "^2.3.3",
"sqlite3": "^4.1.0"
},
"devDependencies": {
"@types/node": "^14.0.23",
"chai": "^4.2.0",
"mocha": "^6.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/lukesrw/jsite-database.git"
},
"author": "Luke Wilson <lukesrw@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/lukesrw/jsite-database"
}