ngc-esbuild
Version:
Angular Esbuild Compiler
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "ngc-esbuild",
"version": "0.0.83",
"description": "Angular Esbuild Compiler",
"main": "./bin/index.js",
"module": "./index.esm.js",
"bin": {
"ngc-esbuild": "./bin/index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cherryApp/ngc-esbuild.git"
},
"keywords": [
"angular",
"esbuild",
"fast",
"building",
"applications"
],
"author": "Joe Cserko",
"license": "ISC",
"bugs": {
"url": "https://github.com/cherryApp/ngc-esbuild/issues"
},
"homepage": "https://github.com/cherryApp/ngc-esbuild#readme",
"dependencies": {
"chokidar": "^3.5.2",
"esbuild": "^0.14.11",
"glob-to-regexp": "^0.4.1",
"jest-worker": "^27.4.6",
"postcss": "^8.4.6",
"postcss-prefix-selector": "^1.14.0",
"sass": "^1.47.0",
"svgo": "^2.8.0",
"ws": "^8.4.0",
"yargs": "^17.3.1"
}
}