38 lines
959 B
JSON
38 lines
959 B
JSON
{
|
|
"name": "@pinojs/redact",
|
|
"version": "0.4.0",
|
|
"description": "Redact JS objects",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "node --test && npm run test:types",
|
|
"test:integration": "node --test test/integration.test.js",
|
|
"test:types": "tsd",
|
|
"test:all": "node --test test/*.test.js",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"bench": "node benchmarks/basic.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pinojs/redact.git"
|
|
},
|
|
"keywords": [
|
|
"redact"
|
|
],
|
|
"author": "Matteo Collina <hello@matteocollina.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pinojs/redact/issues"
|
|
},
|
|
"homepage": "https://github.com/pinojs/redact#readme",
|
|
"devDependencies": {
|
|
"eslint": "^9.36.0",
|
|
"fast-redact": "^3.5.0",
|
|
"mitata": "^1.0.34",
|
|
"neostandard": "^0.12.2",
|
|
"tsd": "^0.33.0",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|