Files
moloch---sliver-script/examples/shell/package.json
T
2022-09-05 11:06:40 -07:00

15 lines
256 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.2.5"
}
}