Skip to content

Commit

Permalink
Initialize npm project with default values
Browse files Browse the repository at this point in the history
Add `package.json` file to initialize npm project with default values.

* Set the `name` field to "freestyle"
* Set the `version` field to "1.0.0"

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/akaday/freestyle?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
akaday committed Oct 24, 2024
1 parent c9b189c commit 5b24a15
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "freestyle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}

0 comments on commit 5b24a15

Please sign in to comment.