@handy-common-utils/misc-utils
Version:
Miscellaneous utilities
48 lines (47 loc) • 1.2 kB
JSON
{
"name": "@handy-common-utils/misc-utils",
"version": "1.7.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.3.0",
"@semantic-release/git": "^10.0.1",
"@types/log": "^6.3.0",
"@types/node": "^16.11.12",
"fast-safe-stringify": "^2.1.1",
"log": "^6.3.1",
"safe-stable-stringify": "^2.4.3",
"semantic-release": "^21.0.3"
},
"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",
"volta": {
"node": "18.20.0",
"npm": "10.5.0"
}
}