forked from earthchie/jquery.Thailand.js
-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
58 lines (58 loc) · 1.51 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "thai-address-database",
"version": "0.0.30",
"description": "Thai Address Database for managing addresses in applications.",
"main": "lib/index.js",
"engines": {
"node": ">=12.0.0"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"scripts": {
"migrate": "node ./database/migrate/index.js",
"test": "mocha --reporter spec",
"prepublish": "babel src --out-dir lib",
"lint": "eslint src test",
"deploy": "npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sellsuki/thai-address-database.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sellsuki/thai-address-database/issues"
},
"homepage": "https://github.com/Sellsuki/thai-address-database#readme",
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"chai": "^4.5.0",
"eslint": "^9.13.0",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^3.0.0"
},
"dependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/register": "^7.25.9",
"@babel/runtime": "^7.26.0",
"core-js": "^3.38.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"mkdirp": "^3.0.1",
"mocha": "^10.7.3",
"regenerator-runtime": "^0.14.1",
"rimraf": "^6.0.1",
"wordcut": "^0.8.2"
},
"overrides": {
"glob": "^9.0.0"
}
}