founder-mode
Version:
A simple utility to activate Founder Mode in your projects.
16 lines (15 loc) • 367 B
JSON
{
"name": "founder-mode",
"version": "1.0.1",
"description": "A simple utility to activate Founder Mode in your projects.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": ["founder", "mode", "utility"],
"author": "Wogan May",
"license": "MIT",
"devDependencies": {
"jest": "^27.0.6"
}
}