diff options
Diffstat (limited to 'mock/package.json')
-rw-r--r-- | mock/package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mock/package.json b/mock/package.json new file mode 100644 index 0000000..7270526 --- /dev/null +++ b/mock/package.json @@ -0,0 +1,13 @@ +{ + "name": "mock", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + }, + "author": "", + "license": "ISC", + "dependencies": { + "ws": "^8.2.0" + } +} |