1
0
Fork 0
freesewing/packages/prettier-config/package.json
joostdecock 3f77777c4b breaking: FreeSewing now uses NodeJS 18 lts/hydrogen
FreeSewing now uses NodeJS 18 -- specifically lts/hydrogen -- for its
development.

There is no specific reason to run 18, things will still work in 16
(lts/gallium) but Vercel who hosts/builds our sites will be dropping
support for Node 16 in about 6 months, so since we're gearing up for
a new major release (v3) this is the best time for us to also move
to Node 18.
2023-07-21 18:35:19 +02:00

42 lines
971 B
JSON

{
"name": "@freesewing/prettier-config",
"version": "3.0.0-alpha.10",
"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"
],
"type": "module",
"module": "dist/index.mjs",
"exports": {
".": "./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": "18",
"npm": "9"
}
}