UNPKG

js-object-utilities

Version:
50 lines (49 loc) 1.4 kB
{ "name": "js-object-utilities", "version": "2.2.1", "description": "JavaScript utilities for nested objects", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "npm run build:clean && npm run build", "build": "tsc", "build:clean": "rimraf dist", "build:watch": "npm run build -- -w", "test:nocoverage": "mocha", "test": "nyc npm run test:nocoverage", "test:debug": "npm run test:nocoverage -- --no-timeout --inspect=9229", "test:debug:breakpoint": "npm run test:nocoverage -- --no-timeout --inspect-brk=9229", "lint": "eslint . --ext .ts,.js --max-warnings 0", "lint:fix": "npm run lint -- --fix" }, "devDependencies": { "@types/node": "^14.14.7", "@typescript-eslint/eslint-plugin": "^4.7.0", "@typescript-eslint/parser": "^4.7.0", "chai": "^4.2.0", "eslint": "^7.13.0", "mocha": "^7.2.0", "nyc": "^15.1.0", "rimraf": "^3.0.2", "typescript": "^4.0.5" }, "repository": { "type": "git", "url": "git+https://github.com/rrainn/js-object-utilities.git" }, "keywords": [ "object", "utilities", "nested", "helper" ], "author": "rrainn, Inc.", "license": "UNLICENSE", "bugs": { "url": "https://github.com/rrainn/js-object-utilities/issues" }, "files": [ "dist" ], "homepage": "https://github.com/rrainn/js-object-utilities#readme" }