forked from adobe/generator-app-common-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1003 Bytes
/
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
{
"name": "@adobe/generator-app-common-lib",
"version": "0.3.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run unit-tests",
"lint": "eslint .",
"unit-tests": "jest -c ./jest.config.js"
},
"author": "Adobe Inc.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/adobe/generator-app-common-lib.git"
},
"engines": {
"node": "^14 || ^16"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"eol": "^0.9.1",
"eslint": "^7.21.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"jest": "^27",
"stdout-stderr": "^0.1.13"
},
"dependencies": {
"js-yaml": "^4.1.0",
"lodash.camelcase": "^4.3.0",
"lodash.clonedeep": "^4.5.0",
"path": "^0.12.7",
"upath": "^2.0.1",
"yeoman-generator": "^5.5.2"
}
}