-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 845 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 845 Bytes
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
{
"name": "joi-sql",
"version": "1.4.1",
"description": "Create Joi validation code for MySQL databases",
"main": "index.js",
"scripts": {
"test": "node test/building.js",
"prepublishOnly": "npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/TehShrike/joi-sql.git"
},
"keywords": [
"joi",
"sql",
"mysql",
"schema",
"duck",
"typing",
"quack"
],
"author": "TehShrike",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/TehShrike/joi-sql/issues"
},
"homepage": "https://github.com/TehShrike/joi-sql",
"devDependencies": {},
"dependencies": {
"camelcase-keys": "^6.1.1",
"minimist": "^1.2.0",
"mysql": "^2.17.1",
"p-finally": "1.0.0",
"sql-concat": "^2.3.1",
"to-camel-case": "^0.2.1"
},
"bin": "./bin.js"
}