cp2k/tools/precommit/package.json
2020-08-28 15:29:27 +02:00

20 lines
406 B
JSON

{
"name": "cp2k-precommit",
"version": "1.0.0",
"description": "Tools used by the cp2k-precomit system",
"main": "index.js",
"repository": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"markdownlint-cli": "^0.23.2"
}
}