flaschengeist-types/package.json

36 lines
902 B
JSON
Raw Normal View History

2021-05-20 21:14:32 +00:00
{
"license": "MIT",
"version": "1.0.0-alpha.5",
2021-05-20 21:14:32 +00:00
"name": "@flaschengeist/types",
2021-05-26 15:17:49 +00:00
"author": "Ferdinand Thiessen <rpm@fthiessen.de>",
"homepage": "https://flaschengeist.dev/",
2021-05-20 21:14:32 +00:00
"description": "Flaschengeist TypeScript typings",
"bugs": {
"url": "https://flaschengeist.dev/Flaschengeist/flaschengeist/issues"
},
"repository": {
"type": "git",
2021-05-26 15:17:49 +00:00
"url": "https://flaschengeist.dev/Flaschengeist/flaschengeist-types"
2021-05-20 21:14:32 +00:00
},
2021-08-30 09:53:23 +00:00
"flat": true,
"typings": "types/index.d.ts",
2021-05-20 21:14:32 +00:00
"scripts": {
"valid": "tsc --noEmit",
2021-05-20 21:14:32 +00:00
"pretty": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'"
},
2021-08-30 12:12:33 +00:00
"peerDependencies": {
"vue": "^3.2.4",
"vue-router": "^4.0.11"
},
2021-05-20 21:14:32 +00:00
"devDependencies": {
"prettier": "^2.4.1",
"typescript": "^4.4.4"
2021-05-20 21:14:32 +00:00
},
"prettier": {
"singleQuote": true,
"semi": true,
"printWidth": 100,
"arrowParens": "always"
}
}