Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/libs/extensions-registry/package.json

17 lines
298 B
JSON
Raw Normal View History

2023-01-23 14:51:39 +01:00
{
2023-01-23 14:53:17 +01:00
"name": "@umbraco-cms/extensions-registry",
2023-01-23 14:51:39 +01:00
"version": "0.0.0",
"description": "",
"module": "index.js",
"type": "module",
"files": [
"dist"
],
"scripts": {
2023-01-23 14:56:26 +01:00
"build": "rollup -c",
2023-01-23 14:51:39 +01:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Umbraco HQ",
"license": "MIT"
}