mirror of
https://github.com/PretendoNetwork/SSSL.git
synced 2026-03-31 06:04:45 -05:00
18 lines
326 B
JSON
18 lines
326 B
JSON
{
|
|
"name": "sssl",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@colors/colors": "^1.6.0",
|
|
"node-forge": "^1.3.1",
|
|
"prompt": "^1.3.0"
|
|
}
|
|
}
|