UNPKG

dynamapping

Version:

replaces keys dynamically within the values for a raw, flat object

67 lines (66 loc) 1.62 kB
{ "name": "dynamapping", "version": "1.6.0", "description": "replaces keys dynamically within the values for a raw, flat object", "main": "lib/index.js", "scripts": { "build": "tsc", "commit": "git-cz", "lint": "eslint \"src/**/*.ts\"", "lintfix": "eslint \"src/**/*.ts\" --fix", "test": "ava", "posttest": "nyc --extension .ts ava --forbid-only && nyc report --reporter=json && eslint \"src/**/*.ts\"", "prepack": "rm -rf lib && tsc -b", "semantic-release": "semantic-release" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "keywords": [ "ts-packrat", "dynamic", "replacement", "values" ], "author": "YizYah", "license": "MIT", "dependencies": { "@types/node": "^14.14.19", "magicalstrings": "^0.0.14", "path": "^0.12.7", "tslib": "^2.0.3", "typescript": "^4.1.3" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.17.0", "@typescript-eslint/parser": "^4.17.0", "ava": "^3.15.0", "commitizen": "^4.2.3", "cz-conventional-changelog": "^3.2.0", "eslint": "^7.21.0", "nyc": "^15.1.0", "prettier": "^2.2.1", "semantic-release": "^17.4.1", "ts-node": "^9.1.1" }, "bugs": "https://github.com/YizYah/dynamapping/issues", "engines": { "node": ">=8.0.0" }, "files": [ "lib/**/*" ], "homepage": "https://github.com/YizYah/dynamapping", "types": "lib/index.d.ts", "repository": "YizYah/dynamapping", "ava": { "extensions": [ "ts" ], "require": [ "ts-node/register" ] } }