Utils/package.json

21 lines
499 B
JSON

{
"name": "@hibas123/utils",
"version": "1.0.0",
"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.3.3333"
}
}