UNPKG

@open-rpc/specification-extension-spec

Version:
56 lines (55 loc) 1.55 kB
{ "name": "@open-rpc/specification-extension-spec", "version": "1.0.2", "description": "OpenRPC Specification Extension Schema", "type": "module", "private": false, "publishConfig": { "access": "public" }, "main": "./dist/cjs/src/index.cjs", "module": "./dist/mjs/src/index.mjs", "types": "./dist/mjs/src/index.d.mts", "exports": { ".": { "types": "./dist/mjs/src/index.d.mts", "import": "./dist/mjs/src/index.mjs", "require": "./dist/cjs/src/index.cjs" } }, "files": [ "dist", "src" ], "scripts": { "build": "npm run clean && npm run build:esm && npm run build:cjs && npm run rename:cjs", "build:esm": "tsc --project tsconfig.mjs.json", "build:cjs": "tsc --project tsconfig.cjs.json", "clean": "rimraf dist", "rename:cjs": "find dist/cjs -name \"*.js\" -exec sh -c 'mv \"$1\" \"${1%.js}.cjs\"' _ {} \\;" }, "devDependencies": { "@json-schema-tools/dereferencer": "^1.6.3", "@json-schema-tools/transpiler": "^1.10.5", "@types/node": "^20.0.0", "rimraf": "^5.0.0", "ts-node": "^10.9.2", "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/open-rpc/specification-extension-spec.git" }, "keywords": [ "OpenRPC" ], "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/open-rpc/specification-extension-spec/issues" }, "engines": { "node": ">=18.0.0" }, "homepage": "https://github.com/open-rpc/specification-extension-spec#readme" }