{
    "name": "typescript-declaration-webpack-plugin",
    "version": "0.3.0",
    "description": "Bundels typescript declaration generated by typescript loaded into one ts file.",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "test": "ts-mocha -p tsconfig.json test/**/*.test.ts",
        "build": "tsc"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/chitter99/typescript-declaration-webpack-plugin.git"
    },
    "keywords": [
        "webpack",
        "typescript",
        "bundler",
        "declaration"
    ],
    "author": "chitter99 <dev@clab.rocks>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/chitter99/typescript-declaration-webpack-plugin/issues"
    },
    "homepage": "https://github.com/chitter99/typescript-declaration-webpack-plugin#readme",
    "devDependencies": {
        "@types/chai": "^4.3.5",
        "@types/chai-spies": "^1.0.3",
        "@types/mocha": "^10.0.1",
        "@types/webpack": "^5.28.1",
        "chai": "^4.3.7",
        "chai-spies": "^1.0.0",
        "mocha": "^10.2.0",
        "ts-loader": "^9.4.4",
        "ts-mocha": "^10.0.0",
        "typescript": "^5.1.6",
        "webpack": "^5.88.2"
    }
}
