36 lines
908 B
JSON
36 lines
908 B
JSON
{
|
|
"private": true,
|
|
"license": "MIT",
|
|
"version": "1.0.0-alpha.1",
|
|
"name": "@flaschengeist/types",
|
|
"author": "Ferdinand <rpm@fthiessen.de>",
|
|
"homepage": "https://flaschengeist.dev/Flaschengeist",
|
|
"description": "Flaschengeist TypeScript typings",
|
|
"bugs": {
|
|
"url": "https://flaschengeist.dev/Flaschengeist/flaschengeist/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://flaschengeist.dev/Flaschengeist/flaschengeist-typings"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"pretty": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.3.0",
|
|
"typescript": "^4.2.4",
|
|
"vue": "^3.0.11",
|
|
"vue-router": "^4.0.8"
|
|
},
|
|
"peerDependencies": {
|
|
"flaschengeist": "^2.0.0-alpha.1"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"printWidth": 100,
|
|
"arrowParens": "always"
|
|
}
|
|
}
|