mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:47:16 +00:00
24 lines
677 B
JSON
24 lines
677 B
JSON
{
|
|
"name": "@nocobase/api",
|
|
"private": true,
|
|
"version": "0.6.0-alpha.0",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm",
|
|
"build:cjs": "tsc --project tsconfig.build.json",
|
|
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
|
|
},
|
|
"dependencies": {
|
|
"@nocobase/server": "^0.6.0-alpha.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/actions"
|
|
},
|
|
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
|
|
}
|