45bc0b83ba
* feat(locale): add app.locales * chore: change directory * chore: change locale directories * fix: test * fix: cached resources changed after sync * chore: change fr-FR locale directory
19 lines
519 B
JSON
19 lines
519 B
JSON
{
|
|
"name": "@nocobase/actions",
|
|
"version": "0.11.1-alpha.2",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@nocobase/cache": "0.11.1-alpha.2",
|
|
"@nocobase/database": "0.11.1-alpha.2",
|
|
"@nocobase/resourcer": "0.11.1-alpha.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/actions"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
} |