98dc91e848
This reverts commit 064c9afa1e.
27 lines
509 B
JSON
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"
|
|
}
|
|
}
|