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