UNPKG

merge-left-utils

Version:

Merge objects without structure changes

53 lines (52 loc) 1.38 kB
{ "name": "merge-left-utils", "version": "1.0.10", "description": "Merge objects without structure changes", "main": "dist/index.js", "module": "dist/index.es.js", "repository": { "type": "git", "url": "https://github.com/ikenfin/merge-left-utils/" }, "bugs": { "url": "https://github.com/ikenfin/merge-left-utils/issues" }, "files": [ "dist" ], "keywords": [ "merge", "merge-objects", "merge-left" ], "author": "ikenfin", "license": "MIT", "scripts": { "bundle": "NODE_ENV=production rollup -c", "dev": "NODE_ENV=develop rollup -c", "test": "jest", "test:coverage": "jest --coverage test/*.test.ts", "lint": "eslint ./src/**/*.ts", "lint:tests": "eslint ./test/**/*.ts" }, "devDependencies": { "@babel/preset-typescript": "7.18.6", "@types/jest": "28.1.4", "@typescript-eslint/eslint-plugin": "5.30.5", "@typescript-eslint/parser": "5.30.5", "babelrc-rollup": "^3.0.0", "eslint": "8.19.0", "is-ci": "^3.0.1", "jest": "28.1.2", "prettier": "2.7.1", "rollup": "2.79.2", "rollup-plugin-auto-external": "^2.0.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-typescript2": "0.32.1", "ts-jest": "28.0.5", "tslib": "2.4.0", "typescript": "4.7.4" } }