@poppinss/manager
Advanced tools
Comparing version 4.0.4 to 5.0.0
{ | ||
"name": "@poppinss/manager", | ||
"version": "4.0.4", | ||
"version": "5.0.0", | ||
"description": "The builder (Manager) pattern implementation", | ||
@@ -14,3 +14,3 @@ "main": "build/index.js", | ||
"pretest": "npm run lint", | ||
"test": "node japaFile.js", | ||
"test": "node .bin/test.js", | ||
"clean": "del build", | ||
@@ -20,3 +20,3 @@ "compile": "npm run lint && npm run clean && tsc", | ||
"commit": "git-cz", | ||
"release": "np", | ||
"release": "np --message=\"chore(release): %s\"", | ||
"version": "npm run build", | ||
@@ -35,14 +35,16 @@ "format": "prettier --write .", | ||
"devDependencies": { | ||
"@adonisjs/mrm-preset": "^4.1.2", | ||
"@adonisjs/mrm-preset": "^5.0.2", | ||
"@adonisjs/require-ts": "^2.0.7", | ||
"@types/node": "^16.3.3", | ||
"@types/node": "^17.0.0", | ||
"commitizen": "^4.2.4", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"del-cli": "^4.0.1", | ||
"doctoc": "^2.0.1", | ||
"eslint": "^7.31.0", | ||
"eslint": "^8.4.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-adonis": "^1.3.3", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-adonis": "^2.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"github-label-sync": "^2.0.1", | ||
"husky": "^7.0.1", | ||
"japa": "^3.1.1", | ||
"japa": "^4.0.0", | ||
"mrm": "^3.0.2", | ||
@@ -82,3 +84,46 @@ "np": "^7.5.0", | ||
}, | ||
"homepage": "https://github.com/poppinss/manager#readme" | ||
"homepage": "https://github.com/poppinss/manager#readme", | ||
"mrmConfig": { | ||
"core": false, | ||
"license": "MIT", | ||
"services": [ | ||
"github-actions" | ||
], | ||
"minNodeVersion": "16.13.1", | ||
"probotApps": [ | ||
"stale", | ||
"lock" | ||
], | ||
"runGhActionsOnWindows": false | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"plugin:adonis/typescriptPackage", | ||
"prettier" | ||
], | ||
"plugins": [ | ||
"prettier" | ||
], | ||
"rules": { | ||
"prettier/prettier": [ | ||
"error", | ||
{ | ||
"endOfLine": "auto" | ||
} | ||
] | ||
} | ||
}, | ||
"eslintIgnore": [ | ||
"build" | ||
], | ||
"prettier": { | ||
"trailingComma": "es5", | ||
"semi": false, | ||
"singleQuote": true, | ||
"useTabs": false, | ||
"quoteProps": "consistent", | ||
"bracketSpacing": true, | ||
"arrowParens": "always", | ||
"printWidth": 100 | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23152
18