We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996dd59 commit cd65047Copy full SHA for cd65047
package.json
@@ -36,7 +36,7 @@
36
"types": "dist/index.d.ts",
37
"sideEffects": false,
38
"scripts": {
39
- "dev": "esmo playground/main.ts",
+ "dev": "tsx playground/main.ts",
40
"build": "pnpm run build:lib && pnpm run build:types",
41
"build:lib": "MODE=modern tsup && MODE=node tsup",
42
"build:types": "tsc --emitDeclarationOnly --declaration",
@@ -68,7 +68,6 @@
68
"esbuild": "^0.14.39",
69
"eslint": "^8.15.0",
70
"eslint-define-config": "^1.4.1",
71
- "esno": "^0.15.0",
72
"md5": "^2.3.0",
73
"rollup": "^2.74.1",
74
"rollup-plugin-esbuild": "^4.9.1",
0 commit comments