-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "japanmesh",
"version": "1.3.3",
"description": "地域メッシュのコードと緯度経度の変換ユーティリティ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"lint": "eslint --ext .ts --ignore-path .eslintignore .",
"dev": "tsc -w",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/qazsato/japanmesh.git"
},
"keywords": [
"japanmesh",
"mesh",
"gis",
"geo",
"map"
],
"author": "qazsato <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/qazsato/japanmesh/issues"
},
"homepage": "https://github.com/qazsato/japanmesh#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.3.1",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
}
}