mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-07-26 10:28:48 +00:00
d9f6ab5653
Bump eslint from 10.4.0 to 10.4.1
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@jwetzell/rttrp",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.cts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"prebuild": "rimraf dist",
|
|
"build": "tsdown",
|
|
"prepublishOnly": "npm run build",
|
|
"lint:check": "eslint ./src",
|
|
"format:check": "prettier ./ --check",
|
|
"format:write": "prettier ./ --write",
|
|
"pretest": "npm run build",
|
|
"test": "node --test --experimental-test-coverage"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": {
|
|
"name": "Joel Wetzell",
|
|
"email": "me@jwetzell.com",
|
|
"url": "https://jwetzell.com"
|
|
},
|
|
"repository": "https://github.com/jwetzell/rttrp-js",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "10.0.1",
|
|
"@types/node": "25.9.1",
|
|
"eslint": "10.4.1",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-prettier": "5.5.6",
|
|
"globals": "17.6.0",
|
|
"prettier": "3.8.3",
|
|
"rimraf": "6.1.3",
|
|
"tsdown": "0.22.1",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "8.59.3"
|
|
}
|
|
}
|