{
  "name": "metanet-apps",
  "version": "1.1.1",
  "description": "Publish and find Metanet apps with ease",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bsv-blockchain/metanet-apps.git"
  },
  "type": "module",
  "main": "dist/cjs/mod.js",
  "module": "dist/esm/mod.js",
  "types": "dist/types/mod.d.ts",
  "files": [
    "dist",
    "src",
    "mod.ts",
    "LICENSE.txt"
  ],
  "scripts": {
    "test": "npm run build && jest",
    "test:watch": "npm run build && jest --watch",
    "test:coverage": "npm run build && jest --coverage",
    "lint:ci": "ts-standard src/**/*.ts",
    "lint": "ts-standard --fix src/**/*.ts",
    "build": "npm run build:ts && npm run build:umd",
    "build:ts": "tsc -b && tsconfig-to-dual-package tsconfig.cjs.json",
    "build:umd": "webpack --config webpack.config.js",
    "dev": "tsc -b -w",
    "prepublish": "npm run build",
    "doc": "ts2md"
  },
  "author": "Peer-to-peer Privacy Systems Research, LLC",
  "license": "Open BSV License",
  "devDependencies": {
    "@eslint/js": "^9.23.0",
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.14",
    "eslint": "^9.23.0",
    "globals": "^16.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "ts-jest": "^29.3.1",
    "ts-loader": "^9.5.2",
    "ts-standard": "^12.0.2",
    "ts2md": "^0.2.8",
    "tsconfig-to-dual-package": "^1.2.0",
    "typescript": "5.1",
    "typescript-eslint": "^8.29.0",
    "webpack": "^5.98.0",
    "webpack-cli": "^6.0.1"
  },
  "dependencies": {
    "@bsv/sdk": "^2.0.4"
  }
}
