@barelyhuman/node-snapshot
Version:
snapshot testing for node:test
48 lines (47 loc) • 1.09 kB
JSON
{
"name": "@barelyhuman/node-snapshot",
"version": "1.0.2",
"description": "snapshot testing for node:test",
"keywords": [
"node",
"test",
"snapshot"
],
"type": "module",
"homepage": "https://github.com/barelyhuman/node-snapshot/tree/main",
"bugs": {
"url": "https://github.com/barelyhuman/node-snapshot/issues"
},
"repository": "https://github.com/barelyhuman/node-snapshot.git",
"license": "MIT",
"author": "reaper<ahoy@barelyhuman.dev>",
"exports": "./src/snapshot.js",
"types": "./src/snapshot.d.ts",
"files": [
"src"
],
"scripts": {
"fix": "prettier --write .",
"next": "bumpp",
"package:lint": "publint",
"test": "node --test"
},
"prettier": "@barelyhuman/prettier-config",
"dependencies": {
"diff": "^5.2.0",
"kleur": "^4.1.5",
"pretty-format": "^29.7.0"
},
"devDependencies": {
"@barelyhuman/prettier-config": "^1.1.0",
"bumpp": "^9.4.1",
"prettier": "^3.3.2",
"publint": "^0.2.8"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}