1
0
Fork 0
freesewing/packages/prettier-config/package.json

35 lines
786 B
JSON
Raw Normal View History

{
"name": "@freesewing/prettier-config",
2021-04-11 17:32:12 +02:00
"version": "2.15.0-rc.0",
"description": "FreeSewing's shared configuration for prettier",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
},
"keywords": [
"prettier"
],
"main": "index.json",
"scripts": {
"build": "echo \"prettier-config: No build required\" && exit 0"
},
"files": [
"index.json",
"package.json"
],
"publishConfig": {
"access": "public",
2021-03-07 10:28:21 +01:00
"tag": "latest"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6"
2020-08-08 17:20:08 +02:00
},
"rollup": {
"exports": "default"
}
}