-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.3 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
{
"name": "@adobe/aio-lib-env",
"version": "3.0.1",
"homepage": "https://github.com/adobe/aio-lib-env",
"license": "Apache-2.0",
"main": "src/index.js",
"repository": "https://github.com/adobe/aio-lib-env",
"bugs": {
"url": "https://github.com/adobe/aio-lib-env/issues"
},
"bundleDependencies": [],
"dependencies": {
"@adobe/aio-lib-core-config": "^5.0.0",
"@adobe/aio-lib-core-logging": "^3.0.0"
},
"deprecated": false,
"description": "Adobe I/O lib for determining dev environment",
"devDependencies": {
"@adobe/eslint-config-aio-lib-config": "^2.0.2",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-jsdoc": "^42.0.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^29",
"jest-junit": "^10.0.0",
"jsdoc": "^3.6.3",
"jsdoc-to-markdown": "^5.0.0",
"stdout-stderr": "^0.1.9",
"tsd-jsdoc": "^2.4.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
},
"scripts": {
"lint": "eslint src test",
"test": "npm run lint && npm run unit-tests",
"unit-tests": "jest --config test/jest.config.js --maxWorkers=2"
}
}