44 lines
No EOL
1.2 KiB
JSON
44 lines
No EOL
1.2 KiB
JSON
{
|
|
"name": "@freesewing/prettier-config",
|
|
"version": "4.0.0",
|
|
"description": "FreeSewing 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": "src/index.mjs",
|
|
"exports": {
|
|
".": "./index.json"
|
|
},
|
|
"scripts": {
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
|
"test": "echo \"prettier-config: No tests configured. Perhaps you could write some?\" && exit 0",
|
|
"tips": "node ../../scripts/help.mjs",
|
|
"lint": "npx eslint 'src/**' 'tests/*.mjs'"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"files": [
|
|
"index.json",
|
|
"package.json"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20"
|
|
}
|
|
} |