UNPKG

object-shape-tester

Version:
103 lines (102 loc) 3.76 kB
{ "name": "object-shape-tester", "version": "6.10.0", "description": "Test object properties and value types.", "keywords": [ "object", "shape", "comparison", "verification", "type", "runtime" ], "homepage": "https://github.com/electrovir/object-shape-tester", "bugs": { "url": "https://github.com/electrovir/object-shape-tester/issues" }, "repository": { "type": "git", "url": "git+https://github.com/electrovir/object-shape-tester.git" }, "license": "(MIT or CC0 1.0)", "author": { "name": "electrovir", "url": "https://github.com/electrovir" }, "sideEffects": false, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "virmator frontend build", "compile": "virmator compile", "docs": "virmator docs", "format": "virmator format", "lint": "virmator lint fix", "publish": "virmator publish npm run test:all", "start": "virmator frontend", "test": "virmator test web", "test:all": "npm run compile && runstorm --names tests,spelling,format,docs,deps,lint \"npm run test:coverage\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\" \"npm run test:lint\"", "test:coverage": "npm run test coverage", "test:deps": "virmator deps check", "test:docs": "virmator docs check", "test:format": "virmator format check", "test:lint": "virmator lint", "test:spelling": "virmator spellcheck" }, "dependencies": { "@augment-vir/assert": "^31.51.1", "@augment-vir/common": "^31.51.1", "@sinclair/typebox": "^0.34.41", "type-fest": "^5.2.0" }, "devDependencies": { "@augment-vir/test": "^31.51.1", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "9.39.1", "@stylistic/eslint-plugin": "^5.6.1", "@stylistic/eslint-plugin-ts": "^4.4.1", "@typescript-eslint/eslint-plugin": "^8.47.0", "@web/dev-server-esbuild": "^1.0.4", "@web/test-runner": "^0.20.2", "@web/test-runner-commands": "^0.9.0", "@web/test-runner-playwright": "^0.11.1", "@web/test-runner-visual-regression": "^0.10.0", "cspell": "^9.3.2", "date-vir": "^8.0.0", "dependency-cruiser": "^17.3.1", "esbuild": "^0.27.0", "eslint": "^9.39.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jsdoc": "^61.2.1", "eslint-plugin-monorepo-cop": "^1.0.2", "eslint-plugin-playwright": "^2.3.0", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-require-extensions": "^0.1.3", "eslint-plugin-sonarjs": "^3.0.5", "eslint-plugin-unicorn": "^62.0.0", "execute-in-browser": "^1.0.9", "istanbul-smart-text-reporter": "^1.1.5", "markdown-code-example-inserter": "^3.0.3", "npm-check-updates": "^19.1.2", "prettier": "~3.3.3", "prettier-plugin-interpolated-html-tags": "^2.0.1", "prettier-plugin-jsdoc": "^1.5.0", "prettier-plugin-multiline-arrays": "^4.0.3", "prettier-plugin-organize-imports": "^4.3.0", "prettier-plugin-packagejson": "^2.5.19", "prettier-plugin-sort-json": "^4.1.1", "prettier-plugin-toml": "^2.0.6", "runstorm": "^0.6.2", "typedoc": "^0.28.14", "typescript": "^5.9.3", "typescript-eslint": "^8.47.0", "virmator": "^14.2.2", "vite": "^7.2.4", "vite-tsconfig-paths": "^5.1.4" }, "engines": { "node": ">=22" } }