optimus-init
Version:
Initialization utility for Optimus Security
38 lines (37 loc) • 708 B
JSON
{
"name": "optimus-init",
"version": "1.1.2",
"description": "Initialization utility for Optimus Security",
"main": "dist/index.js",
"bin": {
"optimus-init": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"optimus",
"security",
"auth"
],
"author": "",
"license": "Proprietary",
"dependencies": {
"axios": "^1.13.2",
"chalk": "^5.6.2",
"commander": "^14.0.2"
},
"devDependencies": {
"@types/node": "^24.10.1",
"typescript": "^5.9.3",
"jest": "^30.2.0"
},
"jest": {
"testEnvironment": "node",
"testMatch": [
"**/tests/**/*.test.js"
]
}
}