hardware-on-demand
Version:
33 lines (32 loc) • 905 B
JSON
{
"name": "hardware-on-demand",
"version": "1.0.0-sd-card-implementation-2c15fb366569b2838fb67f9ff05abbd610df6f20-1",
"description": "Hardware on Demand",
"main": "index.js",
"scripts": {
"test": "",
"prepare": "npm run pretty && npm run check",
"check": "cspell **/*.md",
"pretty": "prettier --check **/*.md --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-io-hardware/hardware-on-demand.git"
},
"keywords": [
"hod",
"hardware"
],
"author": "Balena.io <hello@balena.io>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/balena-io-hardware/hardware-on-demand/issues"
},
"homepage": "https://github.com/balena-io-hardware/hardware-on-demand#readme",
"devDependencies": {
"cspell": "^6.1.2",
"markdownlint": "^0.25.1",
"markdownlint-cli2": "^0.4.0",
"prettier": "^2.7.0"
}
}