Last active
March 26, 2021 05:26
-
-
Save night-fury-rider/c01a09e04e09d7ef7e88b211ff3da31c to your computer and use it in GitHub Desktop.
NPM Package - package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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