-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.76 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "confluence-outdated",
"version": "0.1.0",
"description": "Constant validation of Confluence document outdates",
"keywords": [
"confluence",
"documentation",
"maintenance",
"management"
],
"author": "Dennis Ploeger <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"test": "grunt test",
"prepare": "grunt build"
},
"files": [
"index.d.ts",
"index.js",
"index.js.map",
"lib/**/*.js",
"lib/**/*.js.map",
"lib/**/*.d.ts"
],
"dependencies": {
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.10",
"clime": "^0.5.14",
"got": "^11.8.3",
"handlebars": "^4.7.7",
"loglevel": "^1.8.0",
"loglevel-plugin-prefix": "^0.8.4",
"nodemailer": "^6.7.3"
},
"devDependencies": {
"@types/bluebird": "^3.5.36",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.5",
"@types/cheerio": "^0.22.31",
"@types/mocha": "^7.0.2",
"@types/node": "^14.18.12",
"@types/nodemailer": "^6.4.4",
"@types/sinon": "^9.0.11",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^23.0.0",
"grunt-istanbul": "^0.8.0",
"grunt-mocha-test": "^0.13.3",
"grunt-ts": "^6.0.0-beta.22",
"mocha": "^8.4.0",
"moment": "^2.29.2",
"nock": "^12.0.3",
"prettier": "^2.6.2",
"remap-istanbul": "^0.13.0",
"sinon": "^9.2.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}