-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 917 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": "dotfiles",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@architect/architect": "^9.4.2",
"aws-cdk": "^2.2.0",
"eslint": "^8.5.0",
"lighthouse": "^9.2.0",
"pa11y": "^6.1.1",
"prettier": "^2.5.1",
"semantic-release": "^18.0.1",
"textlint": "^12.1.0",
"textlint-plugin-org": "^0.2.2",
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
"textlint-rule-preset-japanese": "^7.0.0",
"typescript": "^4.5.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mijime/dotfiles.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mijime/dotfiles/issues"
},
"homepage": "https://github.com/mijime/dotfiles#readme",
"volta": {
"node": "16.13.0",
"yarn": "1.22.17"
}
}