|
Last change
on this file since ba17441 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "@standard-schema/utils",
|
|---|
| 3 | "description": "The official runtime utils for Standard Schema",
|
|---|
| 4 | "version": "0.3.0",
|
|---|
| 5 | "license": "MIT",
|
|---|
| 6 | "author": "Fabian Hiller",
|
|---|
| 7 | "repository": {
|
|---|
| 8 | "type": "git",
|
|---|
| 9 | "url": "https://github.com/standard-schema/standard-schema"
|
|---|
| 10 | },
|
|---|
| 11 | "keywords": [
|
|---|
| 12 | "standard",
|
|---|
| 13 | "schema",
|
|---|
| 14 | "utils"
|
|---|
| 15 | ],
|
|---|
| 16 | "type": "module",
|
|---|
| 17 | "main": "./dist/index.js",
|
|---|
| 18 | "types": "./dist/index.d.ts",
|
|---|
| 19 | "exports": {
|
|---|
| 20 | ".": {
|
|---|
| 21 | "import": {
|
|---|
| 22 | "types": "./dist/index.d.ts",
|
|---|
| 23 | "default": "./dist/index.js"
|
|---|
| 24 | },
|
|---|
| 25 | "require": {
|
|---|
| 26 | "types": "./dist/index.d.cts",
|
|---|
| 27 | "default": "./dist/index.cjs"
|
|---|
| 28 | }
|
|---|
| 29 | }
|
|---|
| 30 | },
|
|---|
| 31 | "sideEffects": false,
|
|---|
| 32 | "files": [
|
|---|
| 33 | "dist"
|
|---|
| 34 | ],
|
|---|
| 35 | "publishConfig": {
|
|---|
| 36 | "access": "public"
|
|---|
| 37 | },
|
|---|
| 38 | "devDependencies": {
|
|---|
| 39 | "@standard-schema/spec": "npm:@jsr/standard-schema__spec@1.0.0-beta.4",
|
|---|
| 40 | "@vitest/coverage-v8": "2.1.2",
|
|---|
| 41 | "tsup": "^8.3.0",
|
|---|
| 42 | "typescript": "^5.6.2",
|
|---|
| 43 | "vite": "^5.4.8",
|
|---|
| 44 | "vitest": "^2.1.2"
|
|---|
| 45 | },
|
|---|
| 46 | "scripts": {
|
|---|
| 47 | "test": "vitest",
|
|---|
| 48 | "coverage": "vitest run --coverage --isolate",
|
|---|
| 49 | "lint": "pnpm biome lint ./src",
|
|---|
| 50 | "format": "pnpm biome format --write ./src",
|
|---|
| 51 | "check": "pnpm biome check ./src",
|
|---|
| 52 | "build": "tsup"
|
|---|
| 53 | }
|
|---|
| 54 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.