UNPKG

@dappnode/schemas

Version:

A shared TypeScript JSON schemas and its validation functions for the manifest and setup wizard dappnode files

44 lines (43 loc) 1.09 kB
{ "name": "@dappnode/schemas", "type": "module", "version": "0.1.21", "description": "A shared TypeScript JSON schemas and its validation functions for the manifest and setup wizard dappnode files", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "test": "mocha --config ./.mocharc.yaml --recursive ./test/unit", "dev": "tsc -w", "lint": "eslint . --ext .ts --fix src" }, "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./package.json": "./package.json" }, "keywords": [ "schemas", "dappnode", "ethereum" ], "author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)", "contributors": [ "Pablo Mendez <mendez4a@gmail.com> (https://github.com/pablomendezroyo)" ], "license": "GPL-3.0", "files": [ "dist", "src/schemas" ], "devDependencies": { "@types/node": "^20.14.10" }, "dependencies": { "@dappnode/types": "^0.1.38", "ajv": "^8.12.0", "semver": "^7.5.0" } }