28 lines
595 B
JSON
28 lines
595 B
JSON
{
|
|
"name": "@hibas123/utils",
|
|
"version": "2.2.3",
|
|
"description": "Different Utilities, that are not worth own packages",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"prepublishOnly": "tsc",
|
|
"build": "tsc",
|
|
"watch-ts": "tsc -w"
|
|
},
|
|
"author": "Fabian Stamm <dev@fabianstamm.de>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "https://git.stamm.me/OpenServer/Utils.git",
|
|
"type": "git"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.4.5"
|
|
},
|
|
"files": [
|
|
"src/",
|
|
"lib/",
|
|
"tsconfig.json",
|
|
"readme.md"
|
|
],
|
|
"private": false
|
|
} |