UNPKG

gdeep-replace

Version:
37 lines (36 loc) 1.04 kB
{ "name": "gdeep-replace", "version": "0.1.0", "description": "deep-replace a key within a object", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npm run clean; tsc -p .", "clean": "rm -rf dist/", "watch": "tsc -w -p .", "test": "jest", "lint": "tslint --project tsconfig.json", "lint-fix": "tslint --fix --project tsconfig.json", "format": "prettier --write src/**/*.ts", "prepare": "npm run build", "prepublishOnly": "npm run test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src" }, "repository": { "type": "git", "url": "git+https://github.com/gerlacdt/deep-replace.git" }, "keywords": ["deep", "nested", "map", "replace", "object"], "author": "gerlacdt", "license": "MIT", "devDependencies": { "@types/jest": "^23.0.0", "@types/node": "^10.1.4", "jest": "^23.1.0", "prettier": "^1.13.4", "tslint": "^5.9.1", "typescript": "^2.9.1" }, "dependencies": {} }