mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-07 01:01:09 +08:00
28 lines
622 B
JSON
28 lines
622 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",
|
|
"doc": "npx typedoc"
|
|
},
|
|
"contributions": {
|
|
"asset-db": {
|
|
"mount": {
|
|
"path": "./assets",
|
|
"readonly": false
|
|
}
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.0",
|
|
"typedoc": "^0.23.24",
|
|
"typescript": "^4.8.2"
|
|
}
|
|
}
|