package.jsonโข2.1 kB
{
"name": "turnkey-stacks-integration",
"version": "1.0.0",
"description": "Complete TurnkeyHQ + Stacks integration for seamless purchase experience without browser extensions",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix"
},
"keywords": [
"turnkeyhq",
"stacks",
"clarity",
"blockchain",
"wallet",
"embedded-wallet",
"sip-010",
"sip-012"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@turnkey/sdk-server": "^0.1.0",
"@turnkey/sdk-client": "^0.1.0",
"@stacks/transactions": "^4.0.0",
"@stacks/network": "^4.0.0",
"@stacks/connect": "^4.0.0",
"express": "^4.18.2",
"cors": "^2.8.5",
"helmet": "^7.1.0",
"morgan": "^1.10.0",
"dotenv": "^16.3.1",
"jsonwebtoken": "^9.0.2",
"bcryptjs": "^2.4.3",
"uuid": "^9.0.1",
"axios": "^1.6.0"
},
"devDependencies": {
"@types/node": "^20.8.0",
"@types/express": "^4.17.17",
"@types/cors": "^2.8.13",
"@types/morgan": "^1.9.4",
"@types/jsonwebtoken": "^9.0.2",
"@types/bcryptjs": "^2.4.2",
"@types/uuid": "^9.0.2",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"typescript": "^5.2.2",
"ts-node-dev": "^2.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"eslint": "^8.50.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"supertest": "^6.3.3",
"@types/supertest": "^2.0.12"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/turnkey-stacks-integration.git"
},
"bugs": {
"url": "https://github.com/yourusername/turnkey-stacks-integration/issues"
},
"homepage": "https://github.com/yourusername/turnkey-stacks-integration#readme"
}