UNPKG

gold-sight

Version:

Test your code on realistic content, precisely

56 lines (55 loc) 1.29 kB
{ "name": "gold-sight", "version": "0.0.217-alpha", "description": "Test your code on realistic content, precisely", "main": "dist/index.js", "types": "dist/index.types.d.ts", "files": [ "dist", "README.md" ], "keywords": [ "testing", "test-framework", "unit-testing", "integration-testing", "golden-master", "nested-functions", "function-chains", "deep-assertions", "state-tracking", "event-bus", "jest", "vitest" ], "scripts": { "test": "vitest --run --reporter verbose" }, "repository": { "type": "git", "url": "git+https://github.com/bluepersia/gold-sight.git" }, "author": { "name": "Marco Zimmermann", "email": "marcoenriquezimmermann@gmail.com", "url": "https://github.com/bluepersia" }, "license": "ISC", "bugs": { "url": "https://github.com/bluepersia/gold-sight/issues" }, "homepage": "https://github.com/bluepersia/gold-sight#readme", "devDependencies": { "@types/jsdom": "^27.0.0", "@types/lodash.clonedeep": "^4.5.9", "@types/node": "^24.5.2", "eslint": "^9.36.0", "jsdom": "^27.0.1", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "dependencies": { "lodash.clonedeep": "^4.5.0", "pretty-format": "^30.2.0" } }