-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "@adobe/aio-lib-core-errors",
"version": "4.0.1",
"description": "Adobe I/O SDK Core Errors",
"main": "src/index.js",
"scripts": {
"test": "npm run lint && jest --coverage",
"lint": "eslint .",
"jsdoc": "jsdoc2md -f 'src/*.js' > doc/api.md",
"typings": "jsdoc -t node_modules/tsd-jsdoc/dist -r src -d .",
"generate-docs": "npm run jsdoc && npm run typings"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/aio-lib-core-errors.git"
},
"author": "Adobe Inc.",
"license": "Apache-2.0",
"devDependencies": {
"@adobe/eslint-config-aio-lib-config": "^4.0.0",
"codecov": "^3.5.0",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsdoc": "^48.11.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"jest": "^29.5.0",
"jsdoc-to-markdown": "^8.0.0",
"tsd-jsdoc": "^2.4.0",
"typescript": "^5.1.6"
},
"files": [
"src"
]
}