-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 729 Bytes
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
{
"name": "github-readme-solvedac",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"dependencies": {
"got-scraping": "^4.2.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@vercel/node": "^5.7.15",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src",
"lint:fix": "yarn lint --fix",
"typecheck": "tsc --noEmit"
},
"author": "",
"license": "ISC",
"packageManager": "yarn@4.6.0"
}