@sapphire/prettier-config
Version:
Standard Prettier config for the Sapphire Community
62 lines • 1.49 kB
JSON
{
"name": "@sapphire/prettier-config",
"version": "2.0.0",
"description": "Standard Prettier config for the Sapphire Community",
"author": "@sapphire",
"license": "MIT",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"type": "module",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.mjs"
},
"sideEffects": false,
"homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/prettier-config",
"scripts": {
"test": "vitest run",
"lint": "yarn test && yarn build && eslint src tests --ext ts --fix -c ../../.eslintrc",
"build": "tsc -b src",
"prepack": "yarn build",
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"prettier": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sapphiredev/utilities.git",
"directory": "packages/prettier-config"
},
"files": [
"dist/"
],
"engines": {
"node": ">=v14.0.0",
"npm": ">=7.0.0"
},
"keywords": [
"sapphiredev",
"bot",
"typescript",
"ts",
"yarn",
"discord",
"sapphire",
"standalone"
],
"bugs": {
"url": "https://github.com/sapphiredev/utilities/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@vitest/coverage-v8": "^0.33.0",
"typedoc-json-parser": "^8.2.0",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
}
}