@blocklet/js-sdk
Version:
sdk for blocklet development, client only
69 lines (68 loc) • 1.84 kB
JSON
{
"name": "@blocklet/js-sdk",
"version": "1.17.6",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "./dist/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/ArcBlock/blocklet-server/issues"
},
"description": "sdk for blocklet development, client only",
"keywords": [
"blocklet",
"client",
"sdk"
],
"author": "blocklet<blocklet@arcblock.io>",
"homepage": "https://www.arcblock.io/docs/blocklet-sdk-browser",
"repository": {
"type": "git",
"url": "git+https://github.com/ArcBlock/blocklet-server.git"
},
"scripts": {
"build:blocklet-js-sdk": "npm run build",
"lint": "eslint src",
"lint:fix": "npm run lint -- --fix",
"prebuild": "npm run clean",
"clean": "rm -fr dist",
"build": "unbuild",
"watch": "nodemon -w src -e ts -x 'npm run build'"
},
"dependencies": {
"@abtnode/constant": "1.17.6",
"@arcblock/did": "^1.27.15",
"@blocklet/meta": "1.17.6",
"@ocap/wallet": "^1.27.15",
"axios": "^1.7.9",
"is-url": "^1.2.4",
"js-cookie": "^3.0.5",
"json-stable-stringify": "^1.0.1",
"keyv": "^4.5.4",
"keyv-browser": "^0.1.1",
"lodash": "^4.17.21",
"quick-lru": "^7.0.0",
"ufo": "^1.5.3"
},
"devDependencies": {
"@arcblock/eslint-config-ts": "^0.3.3",
"@types/is-url": "^1.2.32",
"@types/json-stable-stringify": "^1.0.36",
"@types/lodash": "^4.17.20",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.57.0",
"json-stable-stringify": "^1.0.1",
"prettier": "^3.3.2",
"typescript": "^5.6.3",
"unbuild": "^2.0.0"
},
"gitHead": "3366c1dcc98d15a6ceff0502f65bf809d7880fb4"
}