@oliversalzburg/js-utils
Advanced tools
Comparing version 0.2.8-dev-2fe5925 to 0.2.8-dev-56fdd26
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@oliversalzburg/js-utils", | ||
"version": "0.2.8-dev-2fe5925", | ||
"version": "0.2.8-dev-56fdd26", | ||
"license": "MIT", | ||
@@ -9,3 +9,3 @@ "author": "Oliver Salzburg <oliver.salzburg@gmail.com>", | ||
"type": "git", | ||
"url": "https://github.com/oliversalzburg/js-utils.git" | ||
"url": "git+https://github.com/oliversalzburg/js-utils.git" | ||
}, | ||
@@ -25,16 +25,3 @@ "type": "module", | ||
"scripts": { | ||
"build": "yarn run build:tsc && yarn run build:docs", | ||
"build:docs": "./docs/build.sh", | ||
"build:tsc": "tsc", | ||
"build:tsc:watch": "tsc --watch", | ||
"clean": "rm -rf ./_site ./coverage ./dist-area ./lib", | ||
"lint": "yarn run lint:all", | ||
"lint:all": "yarn run lint:biome && yarn run lint:tsc", | ||
"lint:biome": "biome check .", | ||
"lint:tsc": "tsc --noEmit", | ||
"nextversion": "./.scripts/manifest-version.cjs", | ||
"test": "node $(yarn bin mocha) --enable-source-maps", | ||
"test:coverage": "c8 --reporter html-spa --reporter text node $(yarn bin mocha) --enable-source-maps", | ||
"test:inspect": "node $(yarn bin mocha) --inspect", | ||
"preversion": "yarn run lint && yarn run build && yarn run test", | ||
"preversion": "make lint test", | ||
"postversion": "git push" | ||
@@ -47,6 +34,5 @@ }, | ||
"@types/node": "22.13.5", | ||
"@types/web": "0.0.206", | ||
"@types/web": "0.0.207", | ||
"c8": "10.1.3", | ||
"chai": "5.2.0", | ||
"lint-staged": "15.4.3", | ||
"mocha": "11.1.0", | ||
@@ -53,0 +39,0 @@ "typedoc": "0.27.9", |
11
535569