mirror of
https://github.com/dzeiocom/libs.git
synced 2025-05-28 03:59:55 +00:00
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.35.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.35.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
703 B
JSON
29 lines
703 B
JSON
{
|
|
"name": "@dzeio/logger",
|
|
"version": "3.0.0",
|
|
"description": "My Personnal Logger",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dzeiocom/libs.git",
|
|
"directory": "packages/Logger"
|
|
},
|
|
"author": "Aviortheking",
|
|
"license": "MIT",
|
|
"main": "./dist/Logger.js",
|
|
"types": "./dist/Logger.d.ts",
|
|
"dependencies": {
|
|
"ansi-colors": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
|
"@typescript-eslint/parser": "^4.5.0",
|
|
"eslint": "^8.35.0",
|
|
"parcel": "1.12.3"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"build": "parcel build src/index.ts --out-file browser.js --experimental-scope-hoisting && tsc",
|
|
"test": "ts-node test"
|
|
}
|
|
}
|