-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
31 lines (31 loc) · 831 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
{
"name": "github-readme-solvedac",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"dependencies": {
"chrome-aws-lambda": "^5.5.0",
"convert-svg-to-png": "^0.5.0",
"isomorphic-fetch": "^3.0.0"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.35",
"@types/puppeteer-core": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vercel/node": "^1.8.5",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"puppeteer-core": "^5.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src --ext .ts",
"lint:fix": "yarn lint --fix"
},
"author": "",
"license": "ISC"
}