@gotamedia/utils
Version:
Set of Utils helper for NodeJs Runtime.
30 lines (29 loc) • 780 B
JSON
{
"name": "@gotamedia/utils",
"version": "0.1.2",
"private": false,
"description": "Set of Utils helper for NodeJs Runtime.",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"Gota",
"Gota Media",
"Utils"
],
"scripts": {
"build": "tsc",
"test": "echo 'No tests'",
"release": "npx commit-and-tag-version --tag-prefix=''",
"finalize-package": "./scripts/finalize-package.sh"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://bitbucket.org/gotamedia/utils.git"
},
"homepage": "https://bitbucket.org/gotamedia/utils#readme",
"devDependencies": {
"source-map-support": "^0.5.21",
"typescript": "^5.0.4"
}
}