File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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" ,
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" : {
You can’t perform that action at this time.
0 commit comments