-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 774 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
{
"name": "team3-html-parser",
"version": "",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"compile": "tsc",
"dev": "npm run compile && node dist/index_class.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomorrowdevs-projects/team3-html-parser.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tomorrowdevs-projects/team3-html-parser/issues"
},
"homepage": "https://github.com/tomorrowdevs-projects/team3-html-parser#readme",
"devDependencies": {
"@types/jest": "^27.5.0",
"jest": "^28.1.0",
"ts-jest": "^28.0.1",
"typescript": "^4.6.4"
}
}