redacted-ts
Version:
Redacting classified documents
57 lines • 1.92 kB
JSON
{
"name": "redacted-ts",
"version": "1.0.8",
"description": "Redacting classified documents",
"main": "dist/lib/src/typescript/index.js",
"types": "dist/lib/src/typescript/index.d.ts",
"scripts": {
"compile": "eslint lib/**/*.ts && tsc",
"fix": "eslint lib/**/*.ts --fix",
"test-browser": "tsc && browserify ./dist/test/src/typescript/browser.spec.js -o dist/test/src/typescript/index.js && live-server --port=10001 --mount=/:test/src/typescript",
"test-node": "tsc && mocha 'test/src/typescript/node.spec.ts' --require ts-node/register",
"test": "tsc && mocha 'test/src/typescript/node.spec.ts' --require ts-node/register && browserify ./dist/test/src/typescript/browser.spec.js -o dist/test/src/typescript/index.js && live-server --port=10001 --mount=/:test/src/typescript",
"fix-test": "eslint test/**/*.ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyrildever/redacted.git"
},
"keywords": [
"data",
"obfuscation",
"data masking",
"redacted",
"classified"
],
"author": "Cyril Dever <cdever@pep-s.com>",
"license": "BSD-2-Clause-Patent",
"bugs": {
"url": "https://github.com/cyrildever/redacted/issues"
},
"homepage": "https://github.com/cyrildever/redacted#readme",
"dependencies": {
"feistel-cipher": "^1.5.14"
},
"peerDependencies": {
"blakejs": "^1.2.1",
"keccak": "^3.0.4",
"sha3": "^2.1.4"
},
"devDependencies": {
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.10",
"@types/node": "^22.12.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"blakejs": "^1.2.1",
"browserify": "17.0.1",
"chai": "^4.5.0",
"eslint": "^9.19.0",
"eslint-plugin-no-loops": "~0.4.0",
"keccak": "^3.0.4",
"mocha": "^10.8.2",
"sha3": "^2.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}