@nosana/kit
Version:
Nosana KIT
65 lines (64 loc) • 1.71 kB
JSON
{
"name": "@nosana/kit",
"version": "2.0.23",
"description": "Nosana KIT",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "NODE_NO_WARNINGS=1 vitest run",
"test:coverage": "NODE_NO_WARNINGS=1 vitest run --coverage",
"test:watch": "NODE_NO_WARNINGS=1 vitest",
"generate-clients": "npx tsx scripts/generate-clients.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check \"**/*.ts\"",
"format:fix": "prettier --write \"**/*.ts\"",
"publish:public": "npm run build && npm publish --access public"
},
"keywords": [
"nosana",
"solana",
"sdk",
"kit",
"blockchain"
],
"author": "Nosana",
"license": "MIT",
"dependencies": {
"@nosana/api": "^0.1.6",
"@nosana/authorization": "^0.1.4",
"@nosana/endpoints": "^1.0.0",
"@nosana/ipfs": "^0.1.2",
"@nosana/types": "^0.1.4",
"@solana-program/compute-budget": "0.11.0",
"@solana-program/system": "0.10.0",
"@solana-program/token": "0.8.0",
"@solana/kit": "5.0.0",
"bs58": "6.0.0"
},
"devDependencies": {
"@codama/nodes-from-anchor": "^1.3.1",
"@codama/renderers-js": "^1.5.0",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitest/coverage-v8": "^4.0.3",
"codama": "^1.4.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.32.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vitest": "^4.0.3"
},
"engines": {
"node": ">=20.18.0"
},
"files": [
"dist",
"package.json",
"README.md"
]
}