{
  "name": "@dynamico/core",
  "version": "0.0.1-alpha.10",
  "description": "Dynamico core library",
  "author": "Soluto",
  "homepage": "https://github.com/soluto/dynamico#readme",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soluto/dynamico.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "compile": "tsc",
    "clean": "rm -rf ./dist",
    "test": "jest",
    "coverage": "jest --coverage"
  },
  "bugs": {
    "url": "https://github.com/soluto/dynamico/issues"
  },
  "devDependencies": {
    "@types/compare-versions": "^3.0.0",
    "@types/deepmerge": "^2.2.0",
    "ts-jest": "^24.0.2",
    "ts-lint": "^4.5.1",
    "typescript": "^3.3.3333"
  },
  "dependencies": {
    "build-url": "^1.3.2",
    "compare-versions": "^3.4.0",
    "deepmerge": "^3.2.0"
  },
  "gitHead": "6ce04f886526773758779dc60662ea8fbe886cff"
}
