forked from philipmulcahy/azad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.89 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
53
54
{
"name": "azad",
"version": "1.9.14",
"description": "This extension extracts order history from your Amazon account.",
"license": "Apache-2.0",
"main": "background.js",
"scripts": {
"init": "npm install --init",
"clean": "rm -rf azad*.zip build/* build-node/* doc",
"build": "node utils/build.js",
"doc": " typedoc --out ./doc/ ./src/js/",
"lint": "tsc --noEmit src/js/inject.ts src/js/control.ts src/js/background.ts src/tests/all.ts",
"package": "utils/package.sh",
"private_package": "npm run package; cp azad.zip azad_$(git log -1 | grep commit | sed 's/^commit //' | cut -c 1-8).zip",
"test": "node build-node/order_tests.bundle.js",
"debug_tests": "node --inspect-brk build-node/order_tests.bundle.js",
"winpackage": "utils\\winpackage.cmd"
},
"repository": {
"type": "git",
"url": "[email protected]:philipmulcahy/azad.git"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"html-loader": "^1.3.0",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"ts-loader": "^7.0.5",
"typedoc": "^0.19.1",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"write-file-webpack-plugin": "^4.5.1"
},
"dependencies": {
"@types/chrome": "0.0.112",
"@types/jquery": "^3.5.1",
"@types/moment": "^2.13.0",
"@types/node": "^14.6.1",
"@types/sprintf-js": "^1.1.2",
"datatables": "^1.10.18",
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"lzjs": "^1.3.0",
"mocha": "^7.2.0",
"moment": "^2.27.0",
"serialize-javascript": "^3.1.0",
"sprintf-js": "^1.1.2",
"sprintf.js": "^0.1.4",
"xpath": "0.0.27"
}
}