-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
30 lines (30 loc) · 813 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
{
"name": "generator-express-no-stress-typescript",
"version": "11.2.2",
"description": "Create awesome APIs with Typescript, ExpressJS and OpenAPI/Swagger: Features automatic request validation, interactive API documentation, and more!",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Carmine DiMascio <[email protected]> (https://github.com/cdimascio)",
"repository": {
"type": "git",
"url": "https://github.com/cdimascio/generator-express-no-stress-typescript"
},
"license": "MIT",
"dependencies": {
"yeoman-generator": "^5.6.1"
},
"keywords": [
"express",
"generator",
"typescript",
"api",
"microservice",
"yeoman-generator",
"babel",
"yarn",
"swagger",
"rest"
]
}