{
  "name": "sbtpl",
  "version": "0.4.2",
  "description": "sing-box configuration generator — converts proxy subscription links to sing-box JSON config",
  "type": "module",
  "main": "node/base.js",
  "scripts": {
    "test": "node --test"
  },
  "bin": {
    "sbtpl": "node/base.js"
  },
  "files": [
    "node/base.js",
    "node/server.js",
    "substore/",
    "README.md"
  ],
  "keywords": [
    "sing-box",
    "proxy",
    "subscription",
    "cli"
  ],
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/handy-sun/sbtpl.git"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
