Skip to content

Commit 4949dba

Browse files
committed
refactor: 💡 synk bot added
1 parent 8b67239 commit 4949dba

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "fastify-typescript-generator",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "Generate new Fastify applications similar to express-generate which but sets it up to use TypeScript instead",
55
"preferGlobal": true,
66
"scripts": {
77
"fastify-generator-typescript": "node cli.js",
88
"start": "node cli.js",
99
"test": "echo \"Error: no test specified\" && exit 1",
1010
"commit-a": "git add . && git cz",
11-
"commit": "git cz"
11+
"commit": "git cz",
12+
"snyk-protect": "snyk protect"
1213
},
1314
"repository": {
1415
"type": "git",
@@ -75,15 +76,17 @@
7576
"dependencies": {
7677
"cfonts": "^2.8.6",
7778
"ncp": "^2.0.0",
78-
"prompts": "^2.3.2"
79+
"prompts": "^2.3.2",
80+
"snyk": "^1.369.3"
7981
},
8082
"devDependencies": {
8183
"eslint": "^7.7.0",
8284
"git-cz": "^4.7.0"
8385
},
8486
"config": {
8587
"commitizen": {
86-
"path": "./node_modules/git-cz"
88+
"path": "./node_modules/cz-conventional-changelog"
8789
}
88-
}
90+
},
91+
"snyk": true
8992
}

0 commit comments

Comments
 (0)