-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 KB
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
{
"name": "dlsight",
"version": "0.1.0",
"private": true,
"description": "特定の文字列を置き換えるだけの「ジョーク」ブラウザ拡張機能",
"type": "module",
"homepage": "https://github.com/Awayume/DecodeLingo-sight#readme",
"bugs": {
"url": "https://github.com/Awayume/DecodeLingo-sight/issues"
},
"license": "MIT",
"author": {
"name": "Awayume",
"email": "dev@awayume.jp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Awayume/DecodeLingo-sight.git"
},
"scripts": {
"build": "echo \"Error: no build specified\" && exit 1",
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src",
"test": "tsc"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-syntax-import-assertions": "^7.24.1",
"@types/chrome": "^0.0.263",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unused-imports": "^3.1.0",
"typescript": "^5.4.3"
}
}