data/package.json
Fred Boniface b10df9b578
All checks were successful
Generate Release / validate_and_release (push) Successful in 18s
Add YAML merge script
2024-03-08 12:22:56 +00:00

15 lines
379 B
JSON

{
"name": "merge-yaml",
"version": "1.0.0",
"description": "Contains OwlBoard provided data. Queried programatically by the OwlBoard dbmanager application to be loaded into the database.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"yaml": "^2.4.1"
}
}