Files
oops-plugin-framework/package.json
2022-07-25 15:18:56 +08:00

21 lines
462 B
JSON

{
"package_version": 2,
"version": "1.0.0",
"name": "oops-framework",
"description": "i18n:oops-framework.description",
"main": "./dist/main.js",
"author": "dgflash",
"editor": ">=3.4.2",
"scripts": {
"build": "tsc -b",
"watch": "tsc -w"
},
"contributions": {
"asset-db": {
"mount": {
"path": "./assets",
"readonly": false
}
}
}
}