UNPKG

myy-common

Version:
39 lines (38 loc) 893 B
{ "name": "myy-common", "version": "0.1.2", "description": "Common That Helper.", "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsc -w", "start": "npm run build", "test_l": "node tests", "test": "node test/tests" }, "keywords": [ "Helper", "Node", "Node.JS", "NPM", "common" ], "author": "Yotam Hassin <YotamHassinWork@gmail.com> (https://www.linkedin.com/in/yotamhassin/)", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/YotamHassin/myy-common.git" }, "bugs": { "url": "https://github.com/YotamHassin/myy-common/issues" }, "homepage": "https://github.com/YotamHassin/myy-common#readme", "dependencies": { }, "funding": { "type": "patreon", "url": "https://www.patreon.com/YotamHassin" }, "devDependencies": { "@types/node": "^14.0.13" } }