-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 996 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
{
"name": "generator-ui5-ts-app-fcl",
"version": "1.0.1",
"description": "Yeoman-based (sub-)generator for a UI5 TypeScript application using the FlexibleColumnLayout",
"main": "index.js",
"scripts": {
"test": "cd test && yo ../../generator-ui5-ts-app-fcl"
},
"keywords": [
"ui5",
"typescript",
"application",
"yeoman generator"
],
"author": "Wouter Lemaire <wouter@lemaire.tech>, Peter Muessig <peter.muessig@sap.com>",
"repository": {
"type": "git",
"url": "https://github.com/ui5-community/generator-ui5-ts-app-fcl.git"
},
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.24.0",
"chalk": "^4.1.2",
"package-json": "^7.0.0",
"semver": "^7.5.4",
"x2js": "^3.4.2",
"xmldom": "^0.6.0",
"xpath": "^0.0.32",
"yeoman-generator": "^5.5.2",
"yosay": "^2.0.2"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"jest": "^27.4.5",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^6.2.0"
}
}