formidable/package.json

25 lines
601 B
JSON
Raw Permalink Normal View History

{
"name": "formidable",
2022-09-27 22:30:55 +02:00
"version": "0.0.6",
"description": "",
"main": "index.js",
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"tailwindcss": "^3.0.24"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bornholm/formidable.git"
},
"author": "Bornholm",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Bornholm/formidable/issues"
},
"homepage": "https://github.com/Bornholm/formidable#readme"
}