You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
554 B
23 lines
554 B
{ |
|
"name": "zmkfirmware", |
|
"version": "1.0.0", |
|
"description": "ZMK Firmware tooling", |
|
"private": "true", |
|
"scripts": { |
|
"prettier:check": "prettier --check boards/**/*.yml", |
|
"prettier:format": "prettier --write boards/**/*.yml" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/zmkfirware/zmk.git" |
|
}, |
|
"author": "ZMK Contributors", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/zmkfirware/zmk/issues" |
|
}, |
|
"homepage": "https://zmk.dev/", |
|
"devDependencies": { |
|
"prettier": "^2.4.0" |
|
} |
|
} |