mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-02-16 05:16:08 +00:00
Some checks failed
Build , Vet Test, and Lint / Run Vet Tests (1.24.x) (push) Successful in -25m56s
Build , Vet Test, and Lint / Run Vet Tests (1.23.x) (push) Successful in -25m29s
Build , Vet Test, and Lint / Build (push) Successful in -25m27s
Build , Vet Test, and Lint / Lint Code (push) Successful in -24m54s
Tests / Integration Tests (push) Failing after -26m14s
Tests / Unit Tests (push) Successful in -25m59s
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "@warkypublic/resolvespec-js",
|
|
"version": "1.0.1",
|
|
"description": "TypeScript client library for ResolveSpec REST, HeaderSpec, and WebSocket APIs",
|
|
"type": "module",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"clean": "rm -rf dist",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "vitest run",
|
|
"lint": "eslint src"
|
|
},
|
|
"keywords": [
|
|
"resolvespec",
|
|
"headerspec",
|
|
"websocket",
|
|
"rest-client",
|
|
"typescript",
|
|
"api-client"
|
|
],
|
|
"author": "Hein (Warkanum) Puth",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.29.8",
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/jsdom": "^27.0.0",
|
|
"eslint": "^10.0.0",
|
|
"globals": "^17.3.0",
|
|
"jsdom": "^28.1.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.55.0",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-dts": "^4.5.4",
|
|
"vitest": "^4.0.18"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bitechdev/ResolveSpec"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bitechdev/ResolveSpec/issues"
|
|
},
|
|
"homepage": "https://github.com/bitechdev/ResolveSpec#readme",
|
|
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
|
|
} |