{
  "name": "@es-labs/esm",
  "version": "0.0.34",
  "description": "Reusable esm code",
  "main": "index.js",
  "author": "Aaron Gong",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "test": "node --test-reporter=spec --experimental-test-coverage --test __tests__/**/*.spec.js",
    "cover": "node --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info --test __tests__/**/*.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/es-labs/jscommon.git"
  },
  "bugs": {
    "url": "https://github.com/es-labs/jscommon/issues"
  },
  "homepage": "https://github.com/es-labs/jscommon#readme",
  "keywords": [
    "javascript",
    "esm",
    "modules"
  ]
}
