@dossierhq/core
Advanced tools
+9
-5
| { | ||
| "name": "@dossierhq/core", | ||
| "version": "0.7.12", | ||
| "version": "0.7.13", | ||
| "description": "The core Dossier library used by clients and server alike, used to interact with schema and entities directly, as well as remotely through a client.", | ||
@@ -22,2 +22,5 @@ "keywords": [ | ||
| "license": "MIT", | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "repository": { | ||
@@ -38,10 +41,11 @@ "type": "git", | ||
| "vitest": "~3.0.5", | ||
| "@dossierhq/typescript-config": "1.0.0", | ||
| "@dossierhq/eslint-config": "1.0.0" | ||
| "@dossierhq/eslint-config": "1.0.1", | ||
| "@dossierhq/typescript-config": "1.0.1" | ||
| }, | ||
| "scripts": { | ||
| "build": "npm run prettier:check && eslint && tsc && npm run test && post-process-build deno-esm-only", | ||
| "build": "tsc && post-process-build deno-esm-only", | ||
| "build:watch": "tsc --watch", | ||
| "lint": "npm run prettier:check && npm run eslint:check", | ||
| "clean": "rm -rf lib/ coverage/", | ||
| "eslint:check": "eslint .", | ||
| "eslint:check": "eslint --max-warnings=0", | ||
| "eslint:fix": "eslint --fix .", | ||
@@ -48,0 +52,0 @@ "prettier:check": "prettier --check .", |
367071
0.02%