{
  "name": "parse-sf2",
  "version": "2.1.3",
  "description": "",
  "author": "Yisheng Jiang",
  "license": "Do_not_use",
  "export": {
    "require": "lib/index.js",
    "import": "dist/index.js"
  },
  "main": "bundle.js",
  "scripts": {
    "build": "npx rollup dist/index.js > bundle.js; npm run build:cjs;",
    "build:cjs": "tsc -m commonjs -outDir lib",
    "postinstall": "node postinstall"
  },
  "bin": {
    "cli":"bin/cli.js"
  },
  "types": "dist/index.d.js"
}
