Skip to content

Commit 5d0ed16

Browse files
committed
chore: initialize root package
1 parent 7d8b9d9 commit 5d0ed16

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "leq",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"private": true,
7+
"scripts": {
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"keywords": [],
11+
"author": "openscript GmbH",
12+
"license": "MIT"
13+
}

0 commit comments

Comments
 (0)