This repository has been archived on 2026-06-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
json-cas/packages/json-cas/package.json
T
2026-05-29 04:45:50 +00:00

27 lines
509 B
JSON

{
"name": "@uncaged/json-cas",
"version": "0.5.3",
"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": "echo '请用 bun run release 从根目录发版' && exit 1"
},
"dependencies": {
"ajv": "^8.20.0",
"cborg": "^4.2.3",
"xxhash-wasm": "^1.1.0"
}
}