array-object-filter-unique
Version:
A nice array filter unique by Object attributes
49 lines (48 loc) • 1.32 kB
JSON
{
"name": "array-object-filter-unique",
"version": "1.0.1",
"description": "A nice array filter unique by Object attributes",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netronicus/array-object-filter-unique.git"
},
"keywords": [
"Array",
"Filter",
"Object",
"Attributes",
"Unique"
],
"author": "Raúl Armenta Urrutia",
"license": "ISC",
"bugs": {
"url": "https://github.com/netronicus/array-object-filter-unique/issues"
},
"homepage": "https://github.com/netronicus/array-object-filter-unique#readme",
"devDependencies": {
"@types/jest": "^26.0.24",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^27.0.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.3.5"
},
"files": [
"lib/**/*"
],
"dependencies": {}
}