mnml/api/package.json
2018-08-27 22:37:35 +10:00

16 lines
279 B
JSON
Executable File

{
"name": "cryps-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ws": "^6.0.0"
}
}