@chan_alston/headers
Version:
Generate perfect code headers every time.
32 lines (31 loc) • 624 B
JSON
{
"name": "@chan_alston/headers",
"version": "1.0.2",
"main": "index.mjs",
"private": false,
"description": "Generate perfect code headers every time.",
"module": "index.mjs",
"type": "module",
"keywords": [
"utility",
"header",
"code",
"generator",
"perfect",
"comments"
],
"bin": "./index.mjs",
"author": {
"name": "Chan Alston",
"email": "devalston390@gmail.com",
"url": "https://www.chanalston.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AlstonChan/headers"
},
"engines": {
"node": ">=16.14.0"
}
}