Utils/meta.json

14 lines
329 B
JSON
Raw Normal View History

2020-10-14 23:48:52 +00:00
{
"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"
}