Skip to content

Commit

Permalink
Sort package.json by sort-package-json
Browse files Browse the repository at this point in the history
  • Loading branch information
jihchi committed Sep 23, 2023
1 parent 86f6bfb commit e6f2a1f
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,39 @@
{
"name": "@jihchi/vite-plugin-rescript",
"author": "jihchi",
"version": "5.3.0",
"keywords": [
"rollup-plugin",
"vite-plugin",
"ReScript",
"ReasonML",
"BuckleScript"
],
"homepage": "https://github.com/jihchi/vite-plugin-rescript",
"repository": {
"type": "git",
"url": "https://github.com/jihchi/vite-plugin-rescript.git"
},
"version": "5.3.0",
"license": "MIT",
"author": "jihchi",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"keywords": [
"rollup-plugin",
"vite-plugin",
"ReScript",
"ReasonML",
"BuckleScript"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"packageManagers": {
"pnpm": "8.3.1"
},
"engines": {
"node": "^14 || >=16.0.0"
},
"scripts": {
"clean": "rimraf dist",
"prebuild": "pnpm clean",
"build": "tsup",
"format": "prettier --write src test",
"clean": "rimraf dist",
"format": "prettier --write src test && pnpm dlx sort-package-json",
"start": "pnpm build -- --watch",
"test": "vitest run"
},
Expand All @@ -60,5 +54,11 @@
"peerDependencies": {
"rescript": "^9 || ^10 || >=11.0.0-alpha",
"vite": "^3 || ^4"
},
"engines": {
"node": "^14 || >=16.0.0"
},
"packageManagers": {
"pnpm": "8.3.1"
}
}

0 comments on commit e6f2a1f

Please sign in to comment.