{
  "name": "@jsmodules/core",
  "version": "3.0.4",
  "description": "",
  "main": "dist/lib/index.js",
  "module": "dist/es/index.js",
  "typings": "dist/es/index.d.ts",
  "scripts": {
    "dev": "tsc -p tsconfig.build.json --watch",
    "build": "yarn run clean && yarn run compile",
    "clean": "rimraf -rf ./dist",
    "compile": "yarn run compile:es && yarn run compile:cjs",
    "compile:es": "tsc -p tsconfig.es.json --skipLibCheck",
    "compile:cjs": "tsc -p tsconfig.cjs.json --skipLibCheck",
    "prepublishOnly": "yarn run build",
    "test": "yarn run build",
    "pub": "npm publish"
  },
  "dependencies": {
    "@jsmodules/di": "^3.0.0",
    "@jsmodules/storage": "^3.0.0"
  },
  "optionalDependencies": {
    "events": "^3.2.0",
    "lodash": "^4.17.20",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.189",
    "axios": "1.4.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.9.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "gitHead": "9c10856d1a7e4fbb27f747ba084d7c2e9048a309"
}
