-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 935 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
{
"name": "cf-problems-matching-detector",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"dependencies": {
"@types/express": "^4.17.9",
"@types/string-similarity": "^4.0.0",
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-delayed-response": "0.0.4",
"morgan": "^1.10.0",
"path": "^0.12.7",
"puppeteer": "^5.5.0",
"string-similarity": "^4.0.3",
"xmldom": "^0.4.0",
"xpath": "0.0.32"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "^14.14.2",
"@types/typescript": "^2.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"scripts": {
"build": "tsc",
"start:dev": "ts-node src/index.ts",
"start": "node build/index.js",
"killall": "killall -s KILL node"
},
"author": "",
"license": "MIT"
}