-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 847 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": "thailand-province-service",
"version": "0.2.1",
"description": "thailand province and district service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src",
"knex": "./node_modules/.bin/knex"
},
"keywords": [
"thailand",
"thailand service",
"province",
"district",
"amphur",
"thailand province amphur",
"thailand province",
"thailand province service",
"thailand district",
"thailand district service",
"thailand province distict",
"thailand province distict service",
"service"
],
"author": "Jisack",
"license": "ISC",
"dependencies": {
"dotenv": "^6.0.0",
"hapi": "^17.5.2",
"knex": "^0.15.2",
"mysql": "^2.16.0"
},
"devDependencies": {
"nodemon": "^1.18.4"
}
}