webpack-typescript-config-dump-plugin
Version:
A webpack plugin to cache compiled typescript config on the file system
51 lines (50 loc) • 1.3 kB
JSON
{
"name": "webpack-typescript-config-dump-plugin",
"description": "A webpack plugin to cache compiled typescript config on the file system",
"version": "2.0.1",
"author": "Sergey Nikitin <srg.post@gmail.com>",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"format": "prettier --write .",
"build": "tsc",
"test": "jest",
"coverage": "jest --collect-coverage",
"test:watch": "jest --watch --silent=false",
"prepare": "npm run build"
},
"homepage": "https://github.com/n0th1ng-else/webpack-typescript-config-dump-plugin#readme",
"repository": {
"type": "git",
"url": "https://github.com/n0th1ng-else/webpack-typescript-config-dump-plugin.git"
},
"bugs": {
"url": "https://github.com/n0th1ng-else/webpack-typescript-config-dump-plugin/issues"
},
"keywords": [
"webpack",
"plugin",
"dump",
"typescipt",
"config"
],
"dependencies": {
"lodash": "^4.17.20",
"webpack-log": "^3.0.1"
},
"devDependencies": {
"@types/node": "14.14.25",
"@types/webpack": "4.41.17",
"@types/lodash": "4.14.168",
"ts-jest": "26.5.0",
"typescript": "4.1.3",
"prettier": "2.2.1",
"jest": "26.6.3"
}
}