@kevaundray/types
Advanced tools
Comparing version 0.14.1-kw-play-around-46124bf3a to 0.14.1-kw-play-around-4911d86f9
@@ -7,3 +7,3 @@ { | ||
"packageManager": "yarn@3.5.1", | ||
"version": "0.14.1-kw-play-around-46124bf3a", | ||
"version": "0.14.1-kw-play-around-4911d86f9", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -20,3 +20,4 @@ "files": [ | ||
"build:cjs": "tsc --module CommonJS --outDir lib/cjs", | ||
"build": "yarn run build:cjs && yarn run build:esm" | ||
"build": "yarn run build:cjs && yarn run build:esm", | ||
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0" | ||
}, | ||
@@ -27,7 +28,10 @@ "exports": { | ||
"require": "./lib/cjs/types.js", | ||
"types": "./lib/esm/types.d.ts", | ||
"default": "./lib/esm/types.js" | ||
"types": "./lib/esm/types.d.ts" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@types/prettier": "^3", | ||
"eslint": "^8.50.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"prettier": "3.0.3", | ||
"typescript": "^5.2.2" | ||
@@ -34,0 +38,0 @@ }, |
1841
5