Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "g-detector", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A powerful JavaScript library to detect the letter G", | ||
"scripts": { | ||
"test": "vitest run", | ||
"build": "unbuild", | ||
"build": "tsup", | ||
"postversion": "git tag -d v%npm_package_version% && git tag %npm_package_version%", | ||
"lint": "eslint .", | ||
"ts": "tsc --noEmit" | ||
}, | ||
"main": "dist/index.cjs", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
@@ -16,3 +17,3 @@ "types": "dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
@@ -39,8 +40,8 @@ }, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.40.0", | ||
"@typescript-eslint/parser": "^5.40.0", | ||
"eslint": "^8.25.0", | ||
"@typescript-eslint/eslint-plugin": "^5.46.1", | ||
"@typescript-eslint/parser": "^5.46.1", | ||
"eslint": "^8.30.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"unbuild": "^0.9.4", | ||
"vitest": "^0.24.3" | ||
"tsup": "^6.5.0", | ||
"vitest": "^0.25.8" | ||
}, | ||
@@ -47,0 +48,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15855
8
478