mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 00:39:56 +00:00
24 lines
536 B
JSON
24 lines
536 B
JSON
{
|
|
"name": "@scrypted/self-signed-certificate",
|
|
"version": "0.0.2",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"prebuild": "rimraf dist",
|
|
"build": "tsc --outDir dist",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"@types/node-forge": "^1.3.1",
|
|
"rimraf": "^4.1.1",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"node-forge": "^1.3.1"
|
|
}
|
|
}
|