2019-08-03 15:23:52 +02:00
|
|
|
{
|
|
|
|
"name": "@freesewing/prettier-config",
|
2023-05-08 01:34:29 -05:00
|
|
|
"version": "3.0.0-alpha.10",
|
2019-08-03 15:23:52 +02:00
|
|
|
"description": "FreeSewing's shared configuration for prettier",
|
2021-04-11 17:32:58 +02:00
|
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
2019-08-03 15:23:52 +02:00
|
|
|
"homepage": "https://freesewing.org/",
|
|
|
|
"repository": "github:freesewing/freesewing",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
|
|
},
|
2021-09-02 18:45:47 +02:00
|
|
|
"funding": {
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://freesewing.org/patrons/join"
|
|
|
|
},
|
2019-08-03 15:23:52 +02:00
|
|
|
"keywords": [
|
|
|
|
"prettier"
|
|
|
|
],
|
2022-08-24 19:40:31 +02:00
|
|
|
"type": "module",
|
2022-09-03 16:18:59 +02:00
|
|
|
"module": "dist/index.mjs",
|
2022-08-24 19:40:31 +02:00
|
|
|
"exports": {
|
2022-09-03 16:18:59 +02:00
|
|
|
".": "./index.json"
|
2022-08-24 19:40:31 +02:00
|
|
|
},
|
2019-08-03 15:23:52 +02:00
|
|
|
"scripts": {
|
|
|
|
"build": "echo \"prettier-config: No build required\" && exit 0"
|
|
|
|
},
|
2022-05-21 20:34:32 +02:00
|
|
|
"peerDependencies": {},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {},
|
2019-08-03 15:23:52 +02:00
|
|
|
"files": [
|
|
|
|
"index.json",
|
|
|
|
"package.json"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public",
|
2022-08-23 13:45:20 +02:00
|
|
|
"tag": "next"
|
2019-08-03 15:23:52 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-07-21 18:35:19 +02:00
|
|
|
"node": "18",
|
|
|
|
"npm": "9"
|
2022-09-03 16:18:59 +02:00
|
|
|
}
|
2019-08-03 15:23:52 +02:00
|
|
|
}
|