Skip to content

Instantly share code, notes, and snippets.

@night-fury-rider
Last active March 26, 2021 05:26
Show Gist options
  • Select an option

  • Save night-fury-rider/c01a09e04e09d7ef7e88b211ff3da31c to your computer and use it in GitHub Desktop.

Select an option

Save night-fury-rider/c01a09e04e09d7ef7e88b211ff3da31c to your computer and use it in GitHub Desktop.
NPM Package - package.json
{
"name": "@uv-tech/util",
"version": "1.0.5",
"description": "It is a utility package intended to be used for doing common utilities.",
"main": "lib/index.js",
"type": "lib",
"scripts": {
"build": "tsc -p ."
},
"keywords": [
"javascript",
"typescript",
"utility"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yuvi1422/npm-uv-util.git"
},
"bugs": {
"url": "https://github.com/yuvi1422/npm-uv-util/issues"
},
"homepage": "https://github.com/yuvi1422/npm-uv-util#readme",
"devDependencies": {
"typescript": "^3.9.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment