@futoin/security
Version:
FutoIn Security Concept reference implementation
26 lines (25 loc) • 470 B
JSON
{
"name": "@futoin/security",
"version": "0.3.16",
"vcs": "git",
"rms": "npm",
"rmsRepo": "ignored",
"toolTune": {
"npm": {
"access": "public"
}
},
"plugins": {
"release": "futoin.cid.misc.releasetool"
},
"actions": {
"test": [
"@cid tool envexec node -- sh -c \"test $NODE_ENV != production\"",
"@cte grunt test"
],
"upgrade-deps": [
"@cid tool update",
"@cte yarn upgrade --latest"
]
}
}