UNPKG

@glyph-cat/equality

Version:
38 lines 1.16 kB
{ "name": "@glyph-cat/equality", "version": "1.1.0", "description": "General purpose equality-checking presets.", "main": "lib/cjs/index.js", "module": "lib/es/index.js", "unpkg": "lib/umd/index.js", "files": [ "lib" ], "types": "lib/types/index.d.ts", "scripts": { "afe": "tsx ./scripts/run/auto-forward-exports", "clean": "rm -rf ./lib ./temp/tsc", "lint": "eslint .", "debug": "scope=\"debug\" jest -c ./jest.config.ts", "bundle": "rollup -c ./config/rollup.config.js", "types": "yarn tsc --declaration", "api": "api-extractor run -c ./config/api-extractor.json --local --verbose", "build": "sh ./scripts/run/build.sh", "test": "jest -c ./jest.config.ts", "all": "sh ./scripts/run/all.sh" }, "keywords": [ "Equality" ], "author": "glyph-cat", "readme": "README.md", "license": "MIT", "homepage": "https://github.com/glyph-cat/swiss-army-knife/tree/main/src/packages/equality#readme", "repository": { "type": "git", "url": "https://github.com/glyph-cat/swiss-army-knife.git" }, "bugs": { "url": "https://github.com/glyph-cat/swiss-army-knife/issues" } }