-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 922 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 922 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
{
"name": "thai-geolocate",
"version": "1.0.3",
"description": "A project that allow users to identify locations in Thailand from coordinates.",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Atiwat-R/thai-geolocate.git"
},
"keywords": [],
"author": "Atiwat Rachatawarn <atiwat.rachatawarn@gmail.com> (https://github.com/Atiwat-R)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Atiwat-R/thai-geolocate/issues"
},
"homepage": "https://github.com/Atiwat-R/thai-geolocate#readme",
"dependencies": {
"@turf/turf": "^7.2.0",
"stream-json": "^1.9.1"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"babel-jest": "^29.7.0",
"jest": "^29.7.0"
}
}