@fizzyflow/suisql
Version:
SuiSQL is a library and set of tools for working with decentralized SQL databases on the Sui blockchain and Walrus protocol.
79 lines • 2.13 kB
JSON
{
"name": "@fizzyflow/suisql",
"version": "0.0.27",
"description": "",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/cjs/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"keywords": [
"sui",
"sql",
"walrus",
"database",
"db",
"sui.js",
"web3",
"dapps",
"dapp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fizzyFlow/suisql.git"
},
"author": "suidouble (https://github.com/suidouble)",
"license": "Apache-2.0",
"scripts": {
"docs": "npx typedoc --plugin typedoc-plugin-markdown src/*",
"build": "copyfiles ../README.md README.md; copyfiles ../README.md ../move/README.md; node buildPackage.mjs",
"prepublishOnly": "npm run build",
"test": "vitest --testTimeout 9190000"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^22.15.3",
"@types/pako": "^2.0.3",
"@types/sql.js": "^1.4.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.9",
"copyfiles": "^2.4.1",
"dts-bundle-generator": "^9.5.1",
"esbuild": "^0.25.3",
"eslint": "^9.25.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.6",
"lint-staged": "^15.5.1",
"postcss": "^8.5.3",
"postcss-scss": "^4.0.9",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"stylelint": "^16.19.1",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.3",
"suidouble": "^1.32.0",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "^4.6.3",
"typescript": "^5.8.3",
"undici": "^7.13.0",
"vite": "^5.4.18",
"vitest": "^2.1.9"
},
"dependencies": {
"@mysten/bcs": "^1.9.2",
"@mysten/sui": "^1.45.0",
"@mysten/walrus": "^0.8.4",
"axios": "^1.9.0",
"pako": "^2.1.0",
"sql.js": "1.12.0"
}
}