mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 21:12:52 +00:00
24 lines
568 B
JSON
24 lines
568 B
JSON
{
|
|
"name": "@openstapps/prettier-config",
|
|
"description": "StApps Prettier Config",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"license": "GPL-3.0-only",
|
|
"repository": "git@gitlab.com:openstapps/prettier-config.git",
|
|
"author": "Thea Schöbl <dev@theaninova.de>",
|
|
"contributors": [
|
|
"Rainer Killinger <mail-openstapps@killinger.co>"
|
|
],
|
|
"main": "index.json",
|
|
"files": [
|
|
"index.json",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"test": "npx prettier --config index.json --check \"test/*.js\""
|
|
},
|
|
"peerDependencies": {
|
|
"prettier": "2.8.6"
|
|
}
|
|
}
|