-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 814 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 814 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
{
"name": "na_reader",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"pack": "7z a na_reader.zip ./dist/ ./manifest.json ./package.json ./node_modules/ ./icons/ ./images/ ./package-lock.json ./README.md ./popup/ ./content_scripts/ ./docs/"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.7",
"typescript": "^5.0.3"
},
"dependencies": {
"@types/chrome": "^0.0.227",
"@types/kuromoji": "^0.1.1",
"jquery": "^3.6.4",
"kuromoji": "^0.1.2"
}
}