34 lines
813 B
JSON
34 lines
813 B
JSON
{
|
|
"name": "@freesewing/prettier-config",
|
|
"version": "2.3.0-beta.2",
|
|
"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"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"files": [
|
|
"index.json",
|
|
"package.json"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "next"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0",
|
|
"npm": ">=5"
|
|
}
|
|
}
|