simple-redact
Version:
A simple redact lib
45 lines (44 loc) • 1.2 kB
JSON
{
"name": "simple-redact",
"version": "0.2.0",
"description": "A simple redact lib",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "npm run format && jest --config jestconfig.json --passWithNoTests",
"build": "tsc",
"format": "prettier --write src/",
"lint": "tslint -p tsconfig.json",
"prepare": "husky install",
"start": "npm run format && npm run build && node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elmalakomar/simple-redact.git"
},
"keywords": [
"Redact",
"Simple"
],
"author": "elmalakomar",
"license": "ISC",
"bugs": {
"url": "https://github.com/elmalakomar/simple-redact/issues"
},
"homepage": "https://github.com/elmalakomar/simple-redact#readme",
"devDependencies": {
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.8.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"dependencies": {
"eslint-config-prettier": "^8.3.0",
"tslint": "^6.1.3"
}
}