{
  "name": "@pseuco/static-semantics",
  "version": "2.1.1",
  "description": "Static Semantics analysis (including type checking) for pseuCo programs.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "src/**/*",
    "dist/**/*",
    "CHANGELOG.md"
  ],
  "devDependencies": {
    "@types/chai": "^4.2.18",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.11.24",
    "chai": "^4.3.4",
    "mocha": "^10.3.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "scripts": {
    "build-ts": "tsc --project tsconfig.json",
    "build": "npm run build-ts",
    "test": "mocha -r ts-node/register tests/**/*.test.ts",
    "prepare": "npm run build"
  },
  "peerDependencies": {
    "@pseuco/lang": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://dgit.cs.uni-saarland.de/pseuco/pseuco-static-semantics"
  },
  "keywords": [
    "pseuco"
  ],
  "author": "Sebastian Biewer, Saarland University",
  "license": "MIT"
}
