Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanYadaev committed Aug 16, 2023
1 parent 6225cd2 commit 723cf96
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 156 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@
"author": "Matan Yadaev",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"module": "./dist/index.js",
"exports": {
".": {
"require": "./dist/index.cjs",
"default": "./dist/index.mjs"
"default": "./dist/index.js"
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsc && rimraf dist/src dist/package.json",
"build": "tsup src/index.ts --format cjs,esm --clean --minify --dts",
"lint:eslint-docs": "pnpm build && eslint-doc-generator --check",
"release": "pnpm build && bumpp package.json && pnpm publish",
"test": "vitest run",
Expand All @@ -48,7 +50,7 @@
"eslint": "^8.47.0",
"eslint-doc-generator": "^1.4.3",
"eslint-plugin-eslint-plugin": "^5.1.1",
"rimraf": "^5.0.1",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"vitest": "^0.34.1"
},
Expand Down
Loading

0 comments on commit 723cf96

Please sign in to comment.