Skip to content

Commit

Permalink
chore: initialize root package
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Sep 18, 2024
1 parent 7d8b9d9 commit 5d0ed16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "leq",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "openscript GmbH",
"license": "MIT"
}

0 comments on commit 5d0ed16

Please sign in to comment.