Update package.json

This commit is contained in:
sx1989827 2021-08-15 12:46:41 +08:00
parent a02edec68d
commit b2b8405681

View File

@ -4,7 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"gateway":"tsc -p ./gateway",
"user":"tsc -p ./user"
},
"author": "",
"license": "ISC",