-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.58 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "generator-node-api-docker-1st-class-experience",
"version": "1.0.18",
"description": "NodeJS + Typescript + TSLint + Restify + MongoDB + Docker, With VS Code Automation = TypeScript Live Debug with Containers",
"homepage": "https://github.com/luizcarlosfaria/generator-node-api-docker-1st-class-experience",
"author": {
"name": "Luiz Carlos Faria",
"email": "[email protected]",
"url": "https://gago.io/blog/projetos/yeoman-generator-node-api-docker-1st-class-experience/"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"docker",
"nodejs",
"node",
"mongo",
"mongodb",
"restify",
"vscode-debugging",
"node-vscode-container-debugging",
"yeoman-generator"
],
"devDependencies": {
"coveralls": "^3.0.4",
"eslint": "^6.0.0",
"eslint-config-xo-space": "^0.21.0",
"jest": "^24.8.0",
"jest-cli": "^24.8.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^2.0.0"
},
"dependencies": {
"chalk": "^2.4.2",
"hoek": "^6.1.3",
"lodash.replace": "^4.1.4",
"underscore.string": "^3.3.5",
"uuid": "^3.3.2",
"yeoman-generator": "^4.0.1",
"yo": "^2.0.6",
"yosay": "^2.0.2"
},
"jest": {
"testEnvironment": "node"
},
"scripts": {
"prepublish": "npm audit --audit-level high",
"pretest": "eslint . --fix",
"test": "jest"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"jest": true,
"node": true
}
},
"repository": "luizcarlosfaria/generator-node-api-docker-1st-class-experience",
"license": "MIT"
}