-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 1.02 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
{
"name": "myket-apk-downloader-webpack",
"type": "module",
"version": "0.1.0",
"description": "Dependencies and configuration for building the extension",
"scripts": {
"dev": "webpack --watch -c webpack/webpack.config.cjs",
"build": "webpack -c webpack/webpack.config.cjs",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"test": "mocha ./tests/test.js"
},
"keywords": [],
"author": "Hamidreza Bayat <hamidrezabayat76@gmail.com>",
"license": "ISC",
"devDependencies": {
"@types/chai": "^5.0.1",
"@types/chrome": "^0.0.284",
"@types/mocha": "^10.0.9",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"chai": "^5.1.2",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"puppeteer-core": "^22.6.1",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}