{
    "name": "stdepcompiler",
    "version": "2.3.0",
    "description": "A compiler for @compodoc/ngd",
    "main": "dist/index.js",
    "scripts": {
        "compile:src": "tsc --newLine LF",
        "prexpublish": "npm run compile:src",
        "deploy": "npm run compile:src && npm xpublish"
    },
    "homepage": "https://github.com/compodoc/ngd-compiler",
    "bugs": "https://github.com/compodoc/ngd-compiler/issues",
    "author": "Wassim CHEGHAM",
    "engines": {
        "node": ">= 10.0.0"
    },
    "contributors": [
        "vogloblinsky"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/compodoc/ngd-compiler.git"
    },
    "private": false,
    "license": "MIT",
    "dependencies": {
        "stdepcore": "~2.1.0",
        "stdeptransform": "~2.1.0",
        "storecomponent123": "~2.4.0",
        "typescript": "^4.0.3"
    },
    "devDependencies": {
        "@types/node": "^14.11.8"
    },
    "types": "dist/index.d.ts"
}
