alvis/presetter

View on GitHub
packages/preset-esm/package.json

Summary

Maintainability
Test Coverage
{
  "name": "presetter-preset-esm",
  "version": "4.7.2",
  "description": "A collection of opinionated preset configurations for typescript projects",
  "keywords": [
    "presetter",
    "preset"
  ],
  "homepage": "https://github.com/alvis/presetter#readme",
  "bugs": {
    "url": "https://github.com/alvis/presetter/issues"
  },
  "license": "MIT",
  "author": "Alvis HT Tang <alvis@hilbert.space>",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alvis/presetter.git"
  },
  "scripts": {
    "bootstrap": "tsc --declaration --moduleResolution node --module esnext --target esnext --outdir lib source/index.ts",
    "postbootstrap": "presetter bootstrap",
    "build": "run build",
    "coverage": "run coverage --",
    "lint": "run lint --",
    "prepublishOnly": "run prepare && run prepublishOnly",
    "test": "run test --",
    "watch": "run watch --"
  },
  "peerDependencies": {
    "@types/jest": "^29.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "conventional-changelog-metahub": "^4.0.0",
    "cross-env": "^7.0.0",
    "dotenv-cli": "^7.0.0",
    "eslint": "^8.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-eslint-comments": "^3.0.0",
    "eslint-plugin-import": "~2.26.0",
    "eslint-plugin-jsdoc": "^46.0.0",
    "husky": "^8.0.0",
    "jest": "^29.0.0",
    "leasot": "^13.0.0",
    "lint-staged": "^13.0.0",
    "prettier": "^3.2.0",
    "shx": "^0.3.0",
    "standard-version": "^9.0.0",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.0.0",
    "ts-node-dev": "^2.0.0",
    "tsc-alias": "^1.0.0",
    "tsc-esm-fix": "^2.0.0",
    "tsconfig-paths": "^4.0.0",
    "tsx": "^4.7.0",
    "typescript": ">=4.7.0"
  },
  "dependencies": {
    "presetter-types": "workspace:*"
  }
}