feat(metadata): Add YAML check/format npm scripts.

This commit is contained in:
Peter Johanson
2021-09-10 16:33:39 +00:00
committed by Pete Johanson
parent 39eb80562d
commit c7e513634d
5 changed files with 76 additions and 3 deletions

36
app/package-lock.json generated Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "zmkfirmware",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "zmkfirmware",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"prettier": "^2.4.0"
}
},
"node_modules/prettier": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.0.tgz",
"integrity": "sha512-DsEPLY1dE5HF3BxCRBmD4uYZ+5DCbvatnolqTqcxEgKVZnL2kUfyu7b8pPQ5+hTBkdhU9SLUmK0/pHb07RE4WQ==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
}
}
},
"dependencies": {
"prettier": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.0.tgz",
"integrity": "sha512-DsEPLY1dE5HF3BxCRBmD4uYZ+5DCbvatnolqTqcxEgKVZnL2kUfyu7b8pPQ5+hTBkdhU9SLUmK0/pHb07RE4WQ==",
"dev": true
}
}
}