Comparing version 0.0.4 to 0.0.6
{ | ||
"name": "js-runtime", | ||
"version": "0.0.4", | ||
"version": "0.0.6", | ||
"description": "Detect which JavaScript runtime is being used.", | ||
@@ -9,2 +9,3 @@ "keywords": [ | ||
"deno", | ||
"jest", | ||
"runtime" | ||
@@ -35,21 +36,34 @@ ], | ||
], | ||
"scripts": { | ||
"build": "tsup", | ||
"build:bun": "bun run ./scripts/build.ts", | ||
"format": "prettier --write .", | ||
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint --format pretty .", | ||
"lint-fix": "bun run lint --quiet --fix", | ||
"release": "npm publish --no-git-check", | ||
"start": "tsup --watch", | ||
"start:bun": "bun run build.ts --watch", | ||
"test": "bun test", | ||
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^8.46.0", | ||
"@eslint/js": "^8.49.0", | ||
"@types/eslint": "~8.44.2", | ||
"@types/node": "^20.4.9", | ||
"@typescript-eslint/eslint-plugin": "^6.3.0", | ||
"@typescript-eslint/parser": "~6.3.0", | ||
"bun-types": "^0.7.3", | ||
"@types/node": "^20.6.0", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "~6.7.0", | ||
"bun-types": "^1.0.1", | ||
"eslint-config-prettier": "~9.0.0", | ||
"eslint-formatter-pretty": "^5.0.0", | ||
"eslint-plugin-eslint-plugin": "^5.1.1", | ||
"globals": "^13.20.0", | ||
"prettier": "^3.0.1", | ||
"globals": "^13.21.0", | ||
"bun": "^1.0.0", | ||
"prettier": "^3.0.3", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.2.2" | ||
}, | ||
"packageManager": "pnpm@8.3.0", | ||
"packageManager": "bun@1.0.0", | ||
"engines": { | ||
"node": ">=18", | ||
"pnpm": ">=8.3.0" | ||
"node": ">=20", | ||
"bun": ">=1.0.0" | ||
}, | ||
@@ -59,13 +73,3 @@ "publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"scripts": { | ||
"build": "tsup", | ||
"format": "prettier --write .", | ||
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint --format pretty .", | ||
"lint-fix": "bun run lint --quiet --fix", | ||
"release": "pnpm publish --no-git-check", | ||
"start": "tsup --watch", | ||
"test": "bun test", | ||
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18625
14