-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 900 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
{
"name": "generator-rest-api-projects",
"version": "1.3.3",
"description": "🐒 Create Standard REST API Projects with Yeoman and Express, Fastify, Koa and Polka frameworks.",
"repository": {
"type": "git",
"url": "git+https://github.com/JoseJPR/yeoman-generator-rest-api-projects.git"
},
"keywords": [
"yeoman-generator",
"Node",
"Rest",
"API",
"Standard",
"Scaffoldings"
],
"author": "José J. Pérez Rivas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JoseJPR/yeoman-generator-rest-api-projects/issues"
},
"homepage": "https://github.com/JoseJPR/yeoman-generator-rest-api-projects#readme",
"dependencies": {
"dotenv": "^8.2.0",
"yeoman-generator": "^1.0.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1"
}
}