mirror of
https://github.com/daief/gm-response-proxy.git
synced 2025-11-30 00:12:47 +08:00
chore: make package private
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
{
|
||||
"name": "gm-response-proxy",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"author": {
|
||||
"name": "daief",
|
||||
"email": "defeng_mail@163.com"
|
||||
},
|
||||
"version": "0.0.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/daief/gm-response-proxy"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"watch": "cross-env NODE_ENV=development TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --config ./config/index.ts -w",
|
||||
|
||||
Reference in New Issue
Block a user