-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.43 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
{
"name": "@adobe/generator-add-web-assets-exc-raw-html",
"version": "1.0.3",
"description": "Extensibility template for generating Experience Cloud Shell web assets (raw HTML)",
"main": "index.js",
"engines": {
"node": ">=18"
},
"keywords": [
"ecosystem:aio-app-builder-template"
],
"scripts": {
"validation": "tv run-checks .",
"test": "npm run lint && npm run unit-tests && npm run validation",
"lint": "eslint .",
"unit-tests": "jest -c ./jest.config.js"
},
"repository": {
"type": ".git",
"url": "https://github.com/adobe/generator-add-web-assets-exc-raw-html.git"
},
"author": "Adobe Inc.",
"license": "Apache-2.0",
"devDependencies": {
"@adobe/aio-lib-template-validation": "^5",
"@types/jest": "^29.5.2",
"eol": "^0.9.1",
"eslint": "^8.38.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-n": "^15.7",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"jest": "^29",
"js-yaml": "^4.1.0",
"lodash.clonedeep": "^4.5.0",
"stdout-stderr": "^0.1.13",
"yeoman-assert": "^3.1.1",
"yeoman-environment": "^3.2.0",
"yeoman-test": "^6.0.0"
},
"dependencies": {
"@adobe/generator-app-common-lib": "^2",
"lodash.camelcase": "^4.3.0",
"upath": "^2.0.1",
"yeoman-generator": "^5.4.2"
}
}