dupes-of-hazard
Version:
Get a set of duplicates from an array.
43 lines (42 loc) • 1.1 kB
JSON
{
"name": "dupes-of-hazard",
"version": "0.1.0",
"description": "Get a set of duplicates from an array.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run lint && npm test && npm run build",
"clean": "rm -rf dist",
"build": "npm run clean && tsc --declaration",
"test": "jest",
"lint": "eslint src/**"
},
"repository": {
"type": "git",
"url": "git://github.com/smartprocure/dupes-of-hazard.git"
},
"keywords": [
"dupes",
"duplicates",
"dedupe"
],
"author": "GovSpend",
"license": "ISC",
"bugs": {
"url": "https://github.com/smartprocure/dupes-of-hazard/issues"
},
"homepage": "https://github.com/smartprocure/dupes-of-hazard#readme",
"dependencies": {
"json-stable-stringify": "^1.0.2",
"make-error": "^1.3.6"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/json-stable-stringify": "^1.0.34",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.50.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}