mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-09 22:02:45 +08:00
21 lines
462 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
} |