{
  "name": "@composita/il",
  "version": "0.6.2",
  "description": "Composita language IL.",
  "main": "dist/cjs/il.js",
  "module": "dist/esm/il.js",
  "types": "dist/types/il.d.ts",
  "type": "commonjs",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "ts:cjs": "tsc -p ts/cjs.tsconfig.json",
    "ts:esm": "tsc -p ts/esm.tsconfig.json",
    "ts:typedefs": "tsc -p ts/types.tsconfig.json",
    "ts:all": "yarn ts:cjs && yarn ts:esm && yarn ts:typedefs",
    "build": "yarn clean && yarn ts:all",
    "clean": "rimraf dist",
    "cleantest": "rimraf 'test/**/*.js' 'test/**/*.map' 'test/**/*.d.ts' 'src/**/*.js' 'src/**/*.map' 'src/**/*.d.ts'",
    "lint": "eslint 'src/**/*.ts'",
    "prepublishOnly": "yarn lint && yarn build",
    "postpublish": "yarn clean"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Composita/il.git"
  },
  "keywords": [
    "composita",
    "il"
  ],
  "author": {
    "name": "Hansruedi Patzen",
    "email": "hp@revy.ch",
    "url": "https://www.revy.ch"
  },
  "license": "0BSD",
  "bugs": {
    "url": "https://github.com/Composita/il/issues"
  },
  "homepage": "https://www.composita.dev/",
  "devDependencies": {
    "@types/node": "^14.14.14",
    "@types/tape": "^4.13.0",
    "@typescript-eslint/eslint-plugin": "^4.11.0",
    "@typescript-eslint/parser": "^4.11.0",
    "eslint": "^7.16.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-prettier": "^3.3.0",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "tape": "^5.0.1",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "@composita/ts-utility-types": "^0.3.0"
  },
  "peerDependencies": {
    "@composita/ts-utility-types": "^0.3.0"
  }
}
