{
  "name": "@web-atoms/core",
  "version": "2.4.1",
  "description": "Web Atoms Core",
  "main": "index.js",
  "scripts": {
    "test1": "node ./node_modules/@web-atoms/unit-test/index.js ./dist/tests",
    "test": "istanbul cover ./node_modules/@web-atoms/unit-test/index.js ./dist/tests",
    "posttest": "remap-istanbul -i ./coverage/coverage.json -t html -o ./html-report",
    "postversion": "git push --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neurospeech/web-atoms-core.git"
  },
  "keywords": [
    "web",
    "atoms",
    "core"
  ],
  "author": "Akash Kava",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/neurospeech/web-atoms-core/issues"
  },
  "homepage": "https://github.com/neurospeech/web-atoms-core#readme",
  "devDependencies": {
    "@web-atoms/module-loader": "^2.1.33",
    "@web-atoms/ts-to-systemjs": "^1.1.12",
    "@web-atoms/unit-test": "^1.0.46",
    "colors": "^1.4.0",
    "istanbul": "^0.4.5",
    "jsdom": "^23.2.0",
    "path": "^0.12.7",
    "remap-istanbul": "^0.11.1",
    "test-dom": "^1.0.0",
    "tslib": "^2.4.1",
    "xmlhttprequest": "^1.8.0"
  },
  "dependencies": {
    "@web-atoms/date-time": "^1.1.1",
    "reflect-metadata": "^0.1.14"
  }
}
