-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.22 KB
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
39
40
41
42
{
"name": "@ilefa/husky",
"version": "1.6.3",
"author": "ILEFA Labs",
"license": "GPL-3.0",
"description": "A collection of utilities pertaining to UConn services.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "rm -rf dist && npm run build",
"mappings": "ts-node tools/mappings",
"merge": "ts-node tools/merge",
"classrooms": "ts-node tools/classrooms"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilefa/husky.git"
},
"bugs": {
"url": "https://github.com/ilefa/husky/issues"
},
"homepage": "https://github.com/ilefa/husky#readme",
"dependencies": {
"axios": "^1.6.5",
"cheerio": "^1.0.0-rc.6",
"cheerio-tableparser": "^1.0.1",
"html-entities": "^2.3.2",
"moment": "^2.29.1",
"qs": "^6.10.1"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/progress": "^2.0.3",
"@types/qs": "^6.9.6",
"@types/string-similarity": "^4.0.0",
"progress": "^2.0.3",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"yesno": "^0.3.1"
}
}