@osiris-ai/turnkey-sdk
Version:
Osiris Turnkey SDK
80 lines (79 loc) • 1.75 kB
JSON
{
"name": "@osiris-ai/turnkey-sdk",
"version": "0.1.2",
"description": "Osiris Turnkey SDK",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md"
],
"sideEffects": false,
"license": "MIT",
"keywords": [
"turnkey",
"crypto",
"wallet",
"blockchain",
"signing",
"api",
"sdk",
"typescript",
"ethereum",
"bitcoin",
"web3",
"osiris"
],
"homepage": "https://github.com/FetcchX/osiris-ai#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/FetcchX/osiris-ai.git"
},
"bugs": {
"url": "https://github.com/FetcchX/osiris-ai/issues"
},
"author": {
"name": "Osiris Labs",
"url": "https://osirislabs.xyz"
},
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"dev": "tsup --watch",
"lint": "eslint \"src/**/*.ts\"",
"lint:fix": "eslint \"src/**/*.ts\" --fix",
"type-check": "tsc --noEmit",
"clean": "rm -rf dist .turbo node_modules",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@osiris-ai/eslint-config": "workspace:*",
"@osiris-ai/typescript-config": "workspace:*",
"@types/node": "^24.0.8",
"eslint": "^8.37.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@turnkey/api-key-stamper": "^0.4.5",
"axios": "^1.10.0",
"zod": "^3.25.67"
},
"peerDependencies": {
"@osiris-ai/sdk": "^0.1.8"
},
"engines": {
"node": ">=18.0.0"
}
}