Files
moloch---sliver-script/examples/shell/package.json
T
2020-12-10 16:10:50 -06:00

15 lines
257 B
JSON

{
"name": "shell",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"sliver-script": "^1.0.32"
}
}