Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/libs/extensions-registry/package.json
Jacob Overgaard 6977854d65 revert tsc command
2023-01-23 14:56:26 +01:00

17 lines
298 B
JSON

{
"name": "@umbraco-cms/extensions-registry",
"version": "0.0.0",
"description": "",
"module": "index.js",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Umbraco HQ",
"license": "MIT"
}