Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Apr 11, 2024
1 parent ca9c693 commit 19c7ebe
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,19 @@
"type": "commonjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prebuild": "npm run clean",
"build": "pkg build --strict && pkg --strict",
"clean": "rimraf dist",
"build": "pkg build --strict --check --clean",
"prepublishOnly": "npm run build",
"test": "vitest"
},
Expand Down Expand Up @@ -90,7 +83,6 @@
"ls-engines": "^0.9.1",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"rimraf": "^5.0.5",
"semantic-release": "^23.0.5",
"supertest": "^6.3.4",
"typescript": "^5.4.2",
Expand Down

0 comments on commit 19c7ebe

Please sign in to comment.