Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/libs/backend-api/package.json
2023-01-23 15:39:05 +01:00

17 lines
295 B
JSON

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