{
  "name": "cdata",
  "version": "0.1.3",
  "description": "Library of data structures",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "browser": "dist/umd/index.js",
  "typings": "dist/esm/index.d.ts",
  "scripts": {
    "tsc": "tsc",
    "rollup": "rollup",
    "prepublish": "(checkver ge 5.0.0 && tsc -m es6 --outdir dist/esm -p src && rollup -c) || tsc -p src",
    "test": "tsc -p test && node test/test.js"
  },
  "author": "Juha Järvi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/charto/cdata.git"
  },
  "bugs": {
    "url": "https://github.com/charto/cdata/issues"
  },
  "homepage": "https://github.com/charto/cdata#readme",
  "devDependencies": {
    "@types/node": "^10.12.1",
    "autoroll": "0.1.0",
    "rollup": "^0.66.6",
    "typescript": "^3.1.4"
  }
}
