-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "jp-prefectures",
"version": "2.0.1",
"description": "You can easily handle the prefectures of Japan.",
"main": "./dist/src/jp-prefectures.js",
"types": "./dist/src/jp-prefectures.d.ts",
"scripts": {
"build": "tsc --project tsconfig.json",
"test": "jest",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prepublishOnly": "npm run test && npm run lint",
"prepare": "npm run build",
"upgrade-interactive": "npm-check --update"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/hatsu38/jp-prefectures.js.git"
},
"keywords": [
"Prefectures",
"Japan",
"jp-prefectures"
],
"author": "hatsu38",
"license": "MIT",
"bugs": {
"url": "https://github.com/hatsu38/jp-prefectures.js/issues"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.3.0",
"jest": "^29.3.1",
"npm-check": "^6.0.1",
"prettier": "^2.3.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}