Skip to content

Commit

Permalink
Merge pull request #431 from RalphHightower/RalphHightower-patch-67
Browse files Browse the repository at this point in the history
[feat](build): Create package.json
  • Loading branch information
RalphHightower authored Sep 12, 2024
2 parents 542ed6e + 22bb32b commit 963cdaa
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"name": "RalphHightower",
"description": "Ralph Hightower",
"version": "2.1.0-production",
"type": "website",
"author": "Hightower, Ralph <[email protected]",
"ava": {
"files": [],
"nodeArguments": [],
"timeout": "2m"
},
"bin": {},
"bugs": {
"url": "https://github.com/RalphHightower/RalphHightower.github.io/issues"
},
"contributors": [
"[email protected]"
],
"dependencies": {
"npm": "^10.8.1"
},
"devDependencies": {
"@semantic-release/github": "github:semantic-release/github",
"RalphHightower": "github:RalphHightower/Ralphhightower.github.io"
},
"engines": {
"node": ">=20.8.1"
},
"files": [
"cli.js"
],
"homepage": "https://ralphhightower.github.io/",
"keywords": [
"author",
"automation",
"changelog",
"module",
"package",
"publish",
"release",
"semver",
"version"
],
"license": "Apache-2.0",
"lockfile-lint": {
"path": "package-lock.json",
"type": "npm",
"validate-https": true,
"allowed-hosts": [
"npm"
]
},
"prettier": {
"printWidth": 120,
"trailingComma": "es5"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/RalphHightower/Ralphhightower.github.io.git"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 963cdaa

Please sign in to comment.