Utils/meta.json
2020-10-15 01:48:52 +02:00

14 lines
329 B
JSON

{
"name": "utils",
"version": "2.2.11",
"description": "Some helpful utility classes and functions",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"contributors": [],
"root": "./esm/",
"files": ["**/*.ts", "**/*.js", "README.md"],
"hooks": {
"prepublish": "pre.js"
},
"readme": "readme.md"
}