diff --git a/package.json b/package.json index ce5be26..a0d5024 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,34 @@ { - "name": "vite-plugin-laravel", - "version": "0.1.0", - "description": "Laravel plugin for Vite", - "keywords": [ - "laravel", - "vite", - "vite-plugin" - ], - "homepage": "https://github.com/laravel/vite-plugin-laravel", - "repository": { - "type": "git", - "url": "https://github.com/laravel/vite-plugin-laravel" - }, - "license": "MIT", - "author": "Laravel", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "build": "tsc", - "lint": "eslint --ext .ts ./src ./tests", - "test": "vitest run" - }, - "devDependencies": { - "@types/node": "^17.0.31", - "@typescript-eslint/eslint-plugin": "^5.21.0", - "@typescript-eslint/parser": "^5.21.0", - "eslint": "^8.14.0", - "picocolors": "^1.0.0", - "typescript": "^4.6.4", - "vite": "^2.9.6", - "vitest": "^0.12.4" - } + "name": "vite-plugin-laravel", + "version": "0.1.0", + "description": "Laravel plugin for Vite", + "keywords": [ + "laravel", + "vite", + "vite-plugin" + ], + "homepage": "https://github.com/laravel/vite-plugin-laravel", + "repository": { + "type": "git", + "url": "https://github.com/laravel/vite-plugin-laravel" + }, + "license": "MIT", + "author": "Laravel", + "main": "dist/index.js", + "types": "dist/index.d.ts", + "scripts": { + "build": "tsc", + "lint": "eslint --ext .ts ./src ./tests", + "test": "vitest run" + }, + "devDependencies": { + "@types/node": "^17.0.31", + "@typescript-eslint/eslint-plugin": "^5.21.0", + "@typescript-eslint/parser": "^5.21.0", + "eslint": "^8.14.0", + "picocolors": "^1.0.0", + "typescript": "^4.6.4", + "vite": "^2.9.6", + "vitest": "^0.12.4" + } } diff --git a/tsconfig.json b/tsconfig.json index 621274a..16a9302 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,15 +1,15 @@ { - "compilerOptions": { - "outDir": "./dist", - "target": "ES2019", - "module": "commonjs", - "moduleResolution": "node", - "resolveJsonModule": true, - "strict": true, - "declaration": true, - "esModuleInterop": true - }, - "include": [ - "./src/*.ts" - ] + "compilerOptions": { + "outDir": "./dist", + "target": "ES2019", + "module": "commonjs", + "moduleResolution": "node", + "resolveJsonModule": true, + "strict": true, + "declaration": true, + "esModuleInterop": true + }, + "include": [ + "./src/*.ts" + ] }