Utils/meta.json

17 lines
355 B
JSON
Raw Permalink Normal View History

2020-10-14 23:48:52 +00:00
{
"name": "utils",
"version": "2.2.17",
2020-10-14 23:48:52 +00:00
"description": "Some helpful utility classes and functions",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"contributors": [],
"root": "./esm/",
2020-10-17 23:12:40 +00:00
"files": [
"**/*.ts",
"**/*.js",
2020-10-19 19:14:21 +00:00
"esm/readme.md"
2020-10-17 23:12:40 +00:00
],
2020-10-14 23:48:52 +00:00
"hooks": {
"prepublish": "pre.js"
},
"readme": "readme.md"
2020-10-17 23:12:40 +00:00
}