Skip to content

Commit e00d074

Browse files
committed
Update package desc
1 parent b4bc73a commit e00d074

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-backend-starter",
33
"version": "0.0.1",
4-
"description": "A boilerplate for Node.js express apps with TypeScript and test/build pipeline. Tailored for backend services.",
4+
"description": "A boilerplate for Node.js Fastify apps with TypeScript and test/build pipeline. Tailored for backend services.",
55
"scripts": {
66
"build": "rimraf dist && tsc && babel dist --out-dir dist",
77
"debug": "tsnd -r tsconfig-paths/register --inspect --respawn --transpile-only src/server.ts",
@@ -12,6 +12,12 @@
1212
"type": "git",
1313
"url": "https://github.com/Devtography/typescript-backend-starter"
1414
},
15+
"keywords": [
16+
"Node.js",
17+
"Fastify",
18+
"TypeScript",
19+
"jest"
20+
],
1521
"author": "Wing Chau",
1622
"license": "MIT",
1723
"dependencies": {

0 commit comments

Comments
 (0)