37 lines
790 B
JSON
37 lines
790 B
JSON
{
|
|
"name": "@ocas/core",
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"test": "bun test",
|
|
"prepublishOnly": "bash ../../scripts/check-workspace-deps.sh"
|
|
},
|
|
"dependencies": {
|
|
"ajv": "^8.20.0",
|
|
"cborg": "^4.2.3",
|
|
"liquidjs": "^10.27.0",
|
|
"xxhash-wasm": "^1.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/shazhou-ww/ocas.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"homepage": "https://github.com/shazhou-ww/ocas/tree/main/packages/core",
|
|
"bugs": {
|
|
"url": "https://github.com/shazhou-ww/ocas/issues"
|
|
}
|
|
}
|