map-fns
Version:
<h1 align="center"> <code>map-fns</code> </h1>
64 lines (63 loc) • 1.78 kB
JSON
{
"name": "map-fns",
"main": "index.js",
"module": "index.esm.js",
"types": "index.d.ts",
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll",
"test:ci": "jest --ci --coverage",
"tscheck": "tsc --noEmit --skipLibCheck",
"build": "npm run build:prepare && npm run build:bundle && npm run build:copy-files",
"build:bundle": "rollup -c",
"build:prepare": "npm run build:remove-old-build",
"build:copy-files": "cp README.md package.json LICENSE dist/",
"build:remove-old-build": "rm -rf dist/ && rm -rf out/",
"build:validate-output": "ts-node -T -O '{\"module\":\"commonjs\",\"esModuleInterop\":true}' scripts/validate-build-output",
"release": "cd dist && semantic-release"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@rollup/plugin-typescript": "^8.3.0",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/gitlab": "^7.0.4",
"@semantic-release/npm": "^8.0.3",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.12",
"jest": "^27.4.4",
"rollup": "^2.61.1",
"semantic-release": "^18.0.1",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typescript": "^4.5.3"
},
"author": {
"name": "Alex Harri Jónsson",
"email": "alexharri2919@gmail.com",
"url": "https://github.com/alexharri"
},
"repository": {
"type": "git",
"url": "https://github.com/alexharri/map-fns"
},
"contributors": [
"Alex Harri Jónsson <alexharri2919@gmail.com>"
],
"license": "MIT",
"keywords": [
"map",
"key-value",
"maps",
"typescript",
"merge",
"functional",
"pure",
"modular",
"util",
"utils",
"utilities",
"helper"
],
"version": "1.12.5"
}