-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@reso/reso-certification-utils",
"version": "1.0.0",
"description": "NodeJS package with reference artifacts and ETL processes for Certification.",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 30000",
"lint": "eslint . --fix",
"precommit": "npm run lint && npm test"
},
"bin": {
"reso-certification-utils": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RESOStandards/reso-certification-utils.git"
},
"keywords": [
"certification"
],
"author": "Joshua Darnell <josh@reso.org> (@darnjo)",
"license": "SEE LICENSE IN ./LICENSE",
"bugs": {
"url": "https://github.com/RESOStandards/reso-certification-utils/issues"
},
"homepage": "https://github.com/RESOStandards/reso-certification-utils#readme",
"engines": {
"node": ">=21.1.0"
},
"dependencies": {
"@reso/reso-certification-etl": "github:RESOStandards/reso-certification-etl#09538aecf7086a42f58d2a0bb5f220a7dcb62863",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
"aws-sdk": "^2.1354.0",
"axios": "^0.28.0",
"chalk": "^4.1.2",
"change-case": "^5.4.4",
"commander": "^9.4.0",
"dotenv": "^16.0.1",
"fast-xml-parser": "^4.4.1",
"fastest-levenshtein": "^1.0.16",
"fs-extra": "^10.0.0",
"humanize-duration": "^3.30.0",
"mocha": "^9.1.3",
"yargs": "^16.2.0",
"yauzl": "^3.1.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"globals": "^15.8.0"
}
}