{ "name": "@swagger-api/apidom-error", "version": "0.95.0", "description": "Backward compatible custom ApiDOM errors with causes.", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "type": "module", "sideEffects": false, "unpkg": "./dist/apidom-error.browser.min.js", "main": "./cjs/index.cjs", "exports": { "types": "./types/dist.d.ts", "import": "./es/index.mjs", "require": "./cjs/index.cjs" }, "types": "./types/dist.d.ts", "scripts": { "build": "npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser", "build:es": "cross-env BABEL_ENV=es babel src --out-dir es --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'", "build:cjs": "cross-env BABEL_ENV=cjs babel src --out-dir cjs --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'", "build:umd:browser": "cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress", "lint": "eslint ./", "lint:fix": "eslint ./ --fix", "clean": "rimraf ./es ./cjs ./dist ./types", "typescript:check-types": "tsc --noEmit", "typescript:declaration": "copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p declaration.tsconfig.json && rollup -c config/rollup/types.dist.js", "test": "cross-env NODE_ENV=test BABEL_ENV=cjs mocha", "prepack": "copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .", "postpack": "rimraf NOTICE LICENSES" }, "repository": { "type": "git", "url": "git+https://github.com/swagger-api/apidom.git" }, "author": "VladimĂ­r Gorej", "license": "Apache-2.0", "dependencies": { "@babel/runtime-corejs3": "^7.20.7" }, "files": [ "cjs/", "dist/", "es/", "types/dist.d.ts", "LICENSES", "NOTICE", "README.md", "CHANGELOG.md" ], "gitHead": "c56f672154649ce4b6236e4f5e12e05e34867fd7" }