-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 982 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": "packtpub-free-learning",
"private": true,
"version": "0.1.0",
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"audit-ci": "audit-ci -m"
},
"author": "Marcin Morawski <marcin@morawskim.pl>",
"license": "MIT",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/morawskim/packtpub-free-learning.git"
},
"bugs": {
"url": "https://github.com/morawskim/packtpub-free-learning/issues"
},
"homepage": "https://github.com/morawskim/packtpub-free-learning#readme",
"description": "",
"dependencies": {
"axios": "^0.26.0",
"node-cron": "^3.0.0",
"puppeteer-core": "^13.3.2",
"winston": "^3.6.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^17.0.18",
"@types/node-cron": "^3.0.1",
"@types/puppeteer-core": "^5.4.0",
"audit-ci": "^5.1.2",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
}
}