{
  "name": "pareto-core",
  "version": "0.1.290",
  "license": "Apache-2.0",
  "author": "Corno",
  "description": "the core language constructs for the Pareto programming language (in TypeScript)",
  "keywords": [
    "pareto",
    "core",
    "language-constructs"
  ],
  "homepage": "https://github.com/corno/pareto-core#readme",
  "bugs": {
    "url": "https://github.com/corno/pareto-core/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/corno/pareto-core.git"
  },
  "dependencies": {},
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    "./implementation/*": {
      "default": "./dist/implementation/*.js"
    },
    "./interface/*": {
      "types": "./dist/interface/*.d.ts",
      "default": "./dist/interface/*.js"
    },
    "./temp/*": {
      "types": "./dist/temp/*.d.ts",
      "default": "./dist/temp/*.js"
    }
  }
}
