2019-03-08 00:39:43 +00:00
|
|
|
{
|
|
|
|
"name": "@hibas123/utils",
|
2019-11-25 20:31:22 +00:00
|
|
|
"version": "2.2.0",
|
2019-03-08 00:39:43 +00:00
|
|
|
"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": {
|
2019-05-14 15:33:39 +00:00
|
|
|
"typescript": "^3.4.5"
|
2019-03-08 01:09:19 +00:00
|
|
|
},
|
2019-03-21 15:29:07 +00:00
|
|
|
"files": [
|
2019-04-04 00:37:58 +00:00
|
|
|
"src/",
|
2019-03-21 15:29:07 +00:00
|
|
|
"lib/",
|
|
|
|
"tsconfig.json",
|
|
|
|
"readme.md"
|
|
|
|
],
|
2019-03-08 01:09:19 +00:00
|
|
|
"private": false
|
2019-08-13 15:34:38 +00:00
|
|
|
}
|