-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 903 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
{
"name": "mysql-simple-query",
"version": "1.0.23",
"description": "Simple query wrapper for mysql-promise to make querying, inserting, updating, and deleting easier for developers.",
"main": "mysqlSimpleQuery.js",
"scripts": {
"test": "mocha $(find test -name '*.js')",
"build": "babel src/ --copy-files --out-dir lib"
},
"keywords": [
"mysql",
"mysql-promise",
"mysql query",
"mysql query builder",
"sql querying",
"sql query builder",
"mysql helper",
"sql helper",
"MySQL Query Builder",
"Mysql Query Builder",
"MySql",
"MySQL"
],
"author": "Corey Shaw",
"repository": {
"type": "git",
"url": "https://github.com/coreyshaw/mysql-simple-query"
},
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"chai": "^4.2.0",
"eslint": "^6.2.2",
"mocha": "^6.2.0"
},
"dependencies": {}
}