UNPKG

@handy-common-utils/misc-utils

Version:
47 lines (46 loc) 1.24 kB
{ "name": "@handy-common-utils/misc-utils", "version": "1.15.0", "description": "Miscellaneous utilities", "scripts": { "pretest": "eslint . --ext .ts", "test": "nyc mocha", "prepare": "shx rm -rf dist && tsc && es-check", "preversion": "generate-api-docs-and-update-readme && git add README.md" }, "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "devDependencies": { "@handy-common-utils/dev-dependencies-mocha": "^1.10.3", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^12.0.2", "@types/lodash": "^4.17.20", "@types/log": "^6.3.0", "@types/node": "^16.11.12", "fast-safe-stringify": "^2.1.1", "lodash": "^4.17.21", "log": "^6.3.1", "safe-stable-stringify": "^2.4.3", "semantic-release": "^24.2.9" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/handy-common-utils/misc-utils#readme", "repository": { "type": "git", "url": "https://github.com/handy-common-utils/misc-utils.git" }, "bugs": { "url": "https://github.com/handy-common-utils/misc-utils/issues" }, "keywords": [ "misc", "utils" ], "author": "James Hu", "license": "Apache-2.0" }