UNPKG

@xenon.js/configs

Version:

All common configuration related to JavaScript.

54 lines 1.48 kB
{ "name": "@xenon.js/configs", "version": "1.1.1", "description": "All common configuration related to JavaScript.", "keywords": [ "xenon", "config", "tsconfig", "eslintconfig", "prettierconfig" ], "homepage": "https://smallmain.com/", "bugs": { "url": "https://github.com/nilofi/misc/issues" }, "license": "MIT", "author": { "name": "SmallMain", "email": "smallmain@outlook.com", "url": "https://www.smallmain.com/" }, "funding": "https://smallmain.com/", "repository": { "type": "git", "url": "https://github.com/nilofi/misc/tree/main/packages/js/configs" }, "main": "./index.js", "types": "./types/index.d.ts", "type": "module", "publishConfig": { "access": "public" }, "peerDependencies": { "eslint": "^9.20.0", "prettier": "^3.5.0", "typescript": ">=5.7.0" }, "dependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", "@eslint/compat": "^1.2.6", "@eslint/js": "^9.20.0", "@html-eslint/eslint-plugin": "^0.34.0", "@html-eslint/parser": "^0.34.0", "eslint-plugin-jsdoc": "^50.6.3", "eslint-plugin-n": "^17.15.1", "eslint-plugin-security": "^3.0.1", "typescript-eslint": "^8.23.0" }, "scripts": { "build": "npx tsc index.js --declaration --emitDeclarationOnly --allowJs --lib dom,esnext --skipLibCheck --outDir ./types", "dev": "pnpm run build --watch", "clean": "rimraf ./dist && rimraf ./temp" } }