UNPKG

@json-schema-tools/semantic-release-transpiler

Version:
47 lines (46 loc) 1.23 kB
{ "name": "@json-schema-tools/semantic-release-transpiler", "version": "1.6.16", "description": "", "main": "build/index.js", "bugs": { "url": "https://github.com/json-schema-tools/semantic-release-transpiler/issues" }, "repository": { "type": "git", "url": "git+https://github.com/json-schema-tools/semantic-release-transpiler.git" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "test": "jest --coverage", "lint": "eslint . --ext .ts" }, "author": "BelfordZ<belfordz66@gmail.com>", "files": [ "build", "!build/**/*.test.*" ], "license": "Apache-2.0", "devDependencies": { "@json-schema-tools/meta-schema": "^1.7.0", "@types/jest": "^26.0.24", "@types/lodash": "^4.14.186", "@types/node": "^20.12.7", "@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/parser": "^5.41.0", "eslint": "^8.26.0", "jest": "^26.6.3", "ts-jest": "^26.5.6", "typescript": "^4.8.4" }, "dependencies": { "@iarna/toml": "^2.2.5", "@json-schema-tools/dereferencer": "^1.5.7", "@json-schema-tools/transpiler": "^1.10.4", "lodash": "^4.17.21", "node-typescript-compiler": "^3.0.0" } }