mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-15 18:56:18 +00:00
28 lines
630 B
JSON
28 lines
630 B
JSON
{
|
|
"name": "@openstapps/prettier-config",
|
|
"description": "StApps Prettier Config",
|
|
"version": "3.2.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.js",
|
|
"files": [
|
|
"index.js",
|
|
"CHANGELOG.md",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"test": "prettier --config index.js --check \"test/*.js\""
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "3.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"prettier": "3.1.1"
|
|
}
|
|
}
|