41 lines
947 B
JSON
41 lines
947 B
JSON
{
|
|
"name": "@freesewing/prettier-config",
|
|
"version": "2.17.4",
|
|
"description": "FreeSewing's shared configuration for prettier",
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
|
"homepage": "https://freesewing.org/",
|
|
"repository": "github:freesewing/freesewing",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
},
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://freesewing.org/patrons/join"
|
|
},
|
|
"keywords": [
|
|
"prettier"
|
|
],
|
|
"main": "index.json",
|
|
"scripts": {
|
|
"build": "echo \"prettier-config: No build required\" && exit 0"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"files": [
|
|
"index.json",
|
|
"package.json"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6"
|
|
},
|
|
"rollup": {
|
|
"exports": "default"
|
|
}
|
|
}
|