-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 968 Bytes
/
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
{
"name": "secret-agent-url",
"description": "Monitor urls (and filter to only what you want to watch) and be notified by email when they change. ",
"main": "dist/Secret-Agent-Url.js",
"dependencies": {
"@types/jsdom": "^16.2.5",
"@types/nodemailer": "^6.4.0",
"difflib": "^0.2.4",
"dotenv": "^8.2.0",
"eslint": "^7.14.0",
"jsdom": "^16.4.0",
"node-fetch": "3.0.0-beta.9",
"nodemailer": "^6.4.16",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
},
"scripts": {
"start": "ts-node src/Secret-Agent-Url.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/ccarse/Secret-Agent-Url.git"
},
"keywords": [
"secret-agent",
"url",
"monitor",
"watch",
"website",
"spy",
"diff"
],
"author": "Cody Carse",
"license": "MIT",
"bugs": {
"url": "https://github.com/ccarse/Secret-Agent-Url/issues"
}
}