Skip to content

Commit

Permalink
feat: Add package.json .
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Sep 11, 2023
1 parent 6b6df40 commit 19991b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "@ryohidaka/npm-package-template",
"version": "0.1.0",
"description": "Minimum configuration template for publishing packages to npm.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}

0 comments on commit 19991b1

Please sign in to comment.