-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
70 lines (70 loc) · 2.05 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@adobe/generator-aio-app",
"version": "8.0.2",
"description": "Adobe I/O application yeoman code generator",
"main": "generators/index.js",
"scripts": {
"test": "npm run lint && npm run unit-tests",
"lint": "eslint .",
"unit-tests": "cross-env NODE_OPTIONS=--experimental-vm-modules ./node_modules/jest/bin/jest.js -c ./jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/generator-aio-app.git"
},
"keywords": [
"yeoman",
"generator",
"codegen",
"aio",
"adobeio",
"app",
"templates"
],
"author": "Adobe Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/generator-aio-app/issues"
},
"homepage": "https://github.com/adobe/generator-aio-app#readme",
"devDependencies": {
"@types/jest": "^29",
"cross-env": "^7.0.3",
"eol": "^0.9.1",
"eslint": "^8",
"eslint-config-standard": "^17",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^27",
"eslint-plugin-n": "^15.7",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^6",
"jest": "^29",
"stdout-stderr": "^0.1.13",
"yeoman-assert": "^3.1.1",
"yeoman-environment": "^4",
"yeoman-test": "^8"
},
"dependencies": {
"@adobe/aio-lib-env": "^3",
"@adobe/generator-add-action-analytics": "^1",
"@adobe/generator-add-action-asset-compute": "^2",
"@adobe/generator-add-action-campaign-standard": "^1",
"@adobe/generator-add-action-customer-profile": "^1",
"@adobe/generator-add-action-generic": "^1",
"@adobe/generator-add-action-target": "^1",
"@adobe/generator-add-web-assets-exc-raw-html": "^1",
"@adobe/generator-add-web-assets-exc-react": "^1",
"@adobe/generator-app-asset-compute": "^2",
"@adobe/generator-app-common-lib": "^2",
"@adobe/generator-app-excshell": "^1",
"fs-extra": "^11.1.1",
"inquirer": "^8",
"js-yaml": "^4",
"lodash.clonedeep": "^4.5.0",
"upath": "^2.0.1",
"yeoman-generator": "^5.7.0"
},
"engines": {
"node": ">=18"
}
}