{
  "name": "@xufeng-li/demo-tsx-task",
  "version": "0.0.7",
  "description": "this taskbox package for with tsx.",
  "keywords": [
    "taskbox"
  ],
  "author": "李旭峰 <lxf@asman.com.cn>",
  "homepage": "https://github.com/XuFeng-Li/taskbox#readme",
  "license": "ISC",
  "inputFile": "src/index.ts",
  "main": "dist/index.js",
  "module": "dist/es/index.es.js",
  "min": "dist/index.min.js",
  "minName": "DemoTsxTask",
  "types": "dist/types",
  "files": [
    "src",
    "dist"
  ],
  "publishConfig": {
    "registry": "http://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XuFeng-Li/taskbox.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c ../../rollup.config.js",
    "module": "dist/es/index.es.js",
    "rollup": "rollup -c ../../rollup.config.js"
  },
  "bugs": {
    "url": "https://github.com/XuFeng-Li/taskbox/issues"
  },
  "gitHead": "a7cf540b92e7de7cf0ccd02a32b7a5c6ef70e1de"
}
