-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.16 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
{
"name": "fastify-swc-typescript-server-bootstrap-cli",
"version": "1.0.16",
"description": "CLI tool that accelerates the creation of new server projects using Fastify with SWC and Jest",
"main": "init.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli.git"
},
"bugs": {
"url": "https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli/issues"
},
"author": {
"name": "@mattfsourcecode",
"url": "https://github.com/mattfsourcecode"
},
"keywords": [
"fastify",
"swc",
"jest",
"typescript",
"server",
"cli",
"git",
"nodejs",
"boilerplate",
"fastify-server",
"typescript-server",
"testing",
"ssh",
"microservices",
"api",
"rest",
"serverless"
],
"scripts": {
"test": "mocha 'tests/**/*.js'",
"prepare": "husky install"
},
"dependencies": {
"shelljs": "^0.8.5"
},
"devDependencies": {
"chai": "^4.5.0",
"husky": "^8.0.3",
"mocha": "^10.7.3",
"rimraf": "^5.0.10"
},
"bin": {
"fastify-swc-server": "init.js"
}
}