forked from RESOStandards/reso-certification-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.41 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
{
"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 <[email protected]> (@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": ">=18.0.0"
},
"dependencies": {
"@reso/reso-certification-etl": "github:RESOStandards/reso-certification-etl#a02515aa1f39b2405e0cdab18867615bbe555777",
"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",
"commander": "^9.4.0",
"dotenv": "^16.0.1",
"fast-xml-parser": "^4.3.1",
"fastest-levenshtein": "^1.0.16",
"fs-extra": "^10.0.0",
"humanize-duration": "^3.30.0",
"mocha": "^9.1.3",
"pascal-case": "^3.1.2",
"yargs": "^16.2.0",
"yauzl": "^3.1.1"
}
}