flaschengeist-types/package.json

38 lines
959 B
JSON
Raw Normal View History

2021-05-20 21:14:32 +00:00
{
"private": true,
"license": "MIT",
2021-05-21 14:51:28 +00:00
"version": "0.0.1",
2021-05-20 21:14:32 +00:00
"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"
},
2021-05-20 21:22:24 +00:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
2021-05-20 21:14:32 +00:00
"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"
}
}