-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 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
47
48
49
50
51
52
{
"name": "autoarchive2",
"version": "1.0.0",
"description": "Thunderbird Archive Utility",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stumbo/autoarchive2.git"
},
"author": "Bill Stumbo <[email protected]>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/stumbo/autoarchive2/issues"
},
"homepage": "https://github.com/stumbo/autoarchive2#readme",
"devDependencies": {
"@types/bootstrap-notify": "^3.1.35",
"@types/jquery": "^3.5.5",
"@types/mocha": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"assert": "^2.0.0",
"assertthat": "^5.2.5",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^31.4.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.3.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^23.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-webpack": "^4.0.2",
"minimist": ">=1.2.8",
"mocha": "^11.1.0",
"node-gyp": "^11.1.0",
"prettier": "^2.2.1",
"tar": "^6.2.1",
"ts-loader": "^8.0.14",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"webpack": "^4.46.0",
"zlib": "^1.0.5"
}
}