{
  "name": "subjektify",
  "version": "0.0.55",
  "description": "Decentralized applications development environment for professionals",
  "author": "Subjektify Labs",
  "license": "Apache-2.0",
  "homepage": "https://subjektify.dev",
  "repository": "github:subjektify/subjektify",
  "main": "dist/index",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "namespaces"
  ],
  "keywords": [
    "subjektify",
    "dapp",
    "decentralized",
    "blockchain",
    "ethereum",
    "solidity",
    "smart-contracts",
    "development",
    "cli"
  ],
  "bin": {
    "subjektify": "dist/cli/bootstrap.js"
  },
  "dependencies": {
    "chalk": "4.1.2",
    "enquirer": "^2.4.1",
    "eta": "^3.5.0",
    "semver": "^7.6.3",
    "yargs": "^17.7.2"
  },
  "peerDependencies": {
    "ts-node": "*",
    "typescript": "*"
  },
  "peerDependenciesMeta": {
    "ts-node": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^20.16.10",
    "@types/semver": "^7.5.8",
    "@types/yargs": "^17.0.33",
    "chai": "^5.1.1",
    "mocha": "^10.7.3",
    "prettier": "^3.3.3",
    "rimraf": "^5.0.10",
    "sinon": "^18.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.2"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "tsc",
    "test": "mocha",
    "release": "pnpm publish"
  }
}