@billy-briggs-dev/sonar
Version:
Created by Billy Briggs
39 lines (38 loc) • 867 B
JSON
{
"name": "@billy-briggs-dev/sonar",
"version": "0.1.3",
"author": {
"name": "Billy Briggs"
},
"repository": {
"type": "git",
"url": "https://github.com/billy-briggs-dev/repo.git",
"directory": "libs/sonar"
},
"keywords": [
"Monorepo",
"Sonar",
"Jest",
"Nx",
"CLI"
],
"builders": "./executors.json",
"private": false,
"main": "./index.js",
"typings": "./index.d.ts",
"dependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"webpack": "^4 || ^5",
"chalk": "4.1.0",
"enhanced-resolve": "^5.8.3",
"fork-ts-checker-webpack-plugin": "6.2.10",
"rxjs": "^6.5.4",
"ts-loader": "^9.2.6",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "3.5.2",
"tslib": "^2.3.0",
"webpack-node-externals": "^3.0.0"
}
}