chore: add npm package.json to root

This commit is contained in:
innovaker 2021-01-02 11:30:44 +00:00
parent 56ec200bae
commit ad1178d7dc
3 changed files with 21 additions and 0 deletions

1
.gitignore vendored
View file

@ -5,5 +5,6 @@
/zephyr /zephyr
/zmk-config /zmk-config
/build /build
/node_modules
*.DS_Store *.DS_Store
__pycache__ __pycache__

12
package-lock.json generated Normal file
View file

@ -0,0 +1,12 @@
{
"name": "zmk",
"version": "0.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.0.0",
"devDependencies": {}
}
}
}

8
package.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "zmk",
"version": "0.0.0",
"private": true,
"scripts": {},
"dependencies": {},
"devDependencies": {}
}