fix(deps): 🐛 commit missing package.json changes

This commit is contained in:
Guz013
2023-07-31 19:18:30 -03:00
parent 41fd41bef6
commit 86c178419c
4 changed files with 36 additions and 20 deletions

View File

@@ -0,0 +1,14 @@
{
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "pnpm cli"
},
"dependencies": {
"@eslit/cli": "workspace:*"
},
"keywords": [],
"author": "",
"license": "ISC"
}

View File

@@ -7,9 +7,11 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:lint": "eslint ."
"test:lint": "eslint .",
"test:cli": "pnpm cli"
},
"devDependencies": {
"@eslit/cli": "workspace:*",
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.0.0",

View File

@@ -14,6 +14,7 @@
"@eslit/config": "workspace:*"
},
"devDependencies": {
"@eslit/cli": "workspace:*",
"@changesets/cli": "^2.26.2",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/types": "^17.4.4",

View File

@@ -5,11 +5,11 @@
"main": "index.js",
"module": "./src/index.js",
"source": "./src/index.js",
"files": [
"src",
"index.d.ts"
],
"homepage": "https://github.com/LoredDev/ESLit",
"files": [
"src",
"index.d.ts"
],
"homepage": "https://github.com/LoredDev/ESLit",
"exports": {
"default": "./src/index.js",
"import": "./src/index.js",
@@ -21,16 +21,16 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"repository": {
"directory": "packages/config",
"type": "git",
"url": "https://github.com/LoredDev/ESLit"
},
"repository": {
"directory": "packages/config",
"type": "git",
"url": "https://github.com/LoredDev/ESLit"
},
"author": {
"email": "contact.guz013@gmail.com",
"name": "Gustavo \"Guz\" L. de Mello",
"url": "https://guz.one"
},
"email": "contact.guz013@gmail.com",
"name": "Gustavo \"Guz\" L. de Mello",
"url": "https://guz.one"
},
"license": "MIT",
"devDependencies": {
"@types/eslint__js": "^8.42.0",
@@ -44,14 +44,13 @@
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint-plugin-jsdoc": "^46.4.4",
"globals": "^13.20.0",
"yaml": "^2.3.1"
"globals": "^13.20.0"
},
"peerDependencies": {
"eslint": "^8.45.0",
"typescript": "^5.1.6"
},
"publishConfig": {
"access": "public"
}
"publishConfig": {
"access": "public"
}
}