Skip to content

Commit

Permalink
npm pkg template
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Jul 8, 2024
1 parent 1db9a8b commit 01761a0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tmp-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "pkg-fence",
"version": "0.0.0-VERSION",
"description": "tbd",
"license": "AGPL-3.0-or-later",
"repository": {
"url": "https://github.com/imcotton/pkg-fence.git",
"type": "git"
},
"bin": "./dist/cli/bin.js",
"exports": {
"./main": "./dist/cli/main.js"
},
"files": [
"./dist/cli/bin.js",
"./dist/cli/main.js",
"./LICENSE.txt",
"./README.md"
],
"type": "module",
"sideEffects": false,
"engines": {
"node": ">=18"
}
}

0 comments on commit 01761a0

Please sign in to comment.