UNPKG

@iota-big3/sdk-production

Version:

Production readiness tools and utilities for SDK

55 lines (54 loc) 1.27 kB
{ "name": "@iota-big3/sdk-production", "version": "1.0.0", "description": "Production readiness tools and utilities for SDK", "author": "iota-big3 SDK Team", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc -p tsconfig.build.json", "test": "jest", "lint": "eslint src --ext .ts", "clean": "rm -rf dist", "docs": "node dist/docs/generate-docs.js" }, "dependencies": { "typescript": "^5.0.0" }, "devDependencies": { "@types/express": "^4.17.0", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "@types/semver": "^7.5.0", "@types/ws": "^8.5.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@vitest/ui": "^3.2.4", "c8": "^10.1.3", "eslint": "^8.0.0", "happy-dom": "^18.0.1", "jest": "^29.0.0", "jsdom": "^26.1.0", "ts-jest": "^29.0.0", "vitest": "^3.2.4" }, "peerDependencies": { "@iota-big3/sdk-core": "workspace:*", "@iota-big3/sdk-types": "workspace:*" }, "keywords": [ "production", "health-check", "documentation", "playground", "release-management", "deployment" ], "publishConfig": { "access": "restricted" } }