-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
{
"name": "genese",
"version": "1.2.2",
"description": "Documentation about @genese framework",
"repository": {
"type": "git",
"url": "https://github.com/geneseframework/genese"
},
"author": {
"name": "Gilles Fabre",
"url": "http://gillesfabre.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/geneseframework/genese/issues"
},
"homepage": "https://github.com/geneseframework/genese/#readme",
"scripts": {
"build": "tsc",
"publish_package": "npm run build && npm publish",
"republish_package": "npm run build && npm unpublish -f && npm publish"
},
"dependencies": {
"@genese/angular": "^2.0.0",
"@genese/api": "^1.0.5",
"@genese/cli": "^1.0.5",
"@genese/mapper": "^2.1.0",
"@types/node": "^13.11.1",
"handlebars": "^4.7.6",
"ts-node": "^9.0.0"
},
"keywords": [
"genese",
"cognitive complexity",
"angular",
"mapper",
"@genese framework"
]
}