package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apidom-ns-openapi-3-1 Show documentation
Show all versions of apidom-ns-openapi-3-1 Show documentation
OpenAPI 3.1.x namespace for ApiDOM.
The newest version!
{
"name": "@swagger-api/apidom-ns-openapi-3-1",
"version": "1.0.0-alpha.9",
"description": "OpenAPI 3.1.x namespace for ApiDOM.",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"type": "module",
"sideEffects": [
"./es/refractor/registration.mjs",
"./cjs/refractor/registration.cjs"
],
"unpkg": "./dist/apidom-ns-openapi-3-1.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",
"test": "cross-env NODE_ENV=test BABEL_ENV=cjs mocha",
"test:update-snapshots": "cross-env UPDATE_SNAPSHOT=1 BABEL_ENV=cjs mocha",
"perf": "cross-env NODE_ENV=test BABEL_ENV=cjs node ./test/perf/index.cjs",
"perf:visitor-shortcut": "cross-env NODE_ENV=test BABEL_ENV=cjs node ./test/perf/visitor-shortcut.cjs",
"perf:refract": "cross-env NODE_ENV=test BABEL_ENV=cjs node ./test/perf/refract.cjs",
"typescript:check-types": "tsc --noEmit",
"typescript:declaration": "tsc -p declaration.tsconfig.json && rollup -c config/rollup/types.dist.js",
"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": "Vladimir Gorej",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "^7.20.7",
"@swagger-api/apidom-ast": "^1.0.0-alpha.9",
"@swagger-api/apidom-core": "^1.0.0-alpha.9",
"@swagger-api/apidom-json-pointer": "^1.0.0-alpha.9",
"@swagger-api/apidom-ns-openapi-3-0": "^1.0.0-alpha.9",
"@types/ramda": "~0.30.0",
"ramda": "~0.30.0",
"ramda-adjunct": "^5.0.0",
"ts-mixer": "^6.0.3"
},
"files": [
"cjs/",
"dist/",
"es/",
"types/dist.d.ts",
"LICENSES",
"NOTICE",
"README.md",
"CHANGELOG.md"
],
"gitHead": "e9473c9c721dc565f12a0216539060370e67a985"
}