UNPKG

@peekalink/core

Version:
44 lines (43 loc) 994 B
{ "name": "@peekalink/core", "version": "0.1.0", "description": "Peekalink API client library", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "peekalink", "link", "previews", "api", "client" ], "author": "József Sallai @jozsefsallai", "license": "MIT", "files": [ "/dist", "/README.md" ], "scripts": { "build": "tsc", "lint": "biome lint .", "lint:fix": "biome lint . --write", "format": "biome format . --write", "prepack": "pnpm run build" }, "repository": { "type": "git", "url": "git+https://github.com/jozsefsallai/peekalink-js.git" }, "bugs": { "url": "https://github.com/jozsefsallai/peekalink-js/issues" }, "homepage": "https://github.com/jozsefsallai/peekalink-js#readme", "devDependencies": { "@biomejs/biome": "^1.9.4", "@repo/typescript-config": "workspace:*", "typescript": "^5.8.2" }, "dependencies": { "isomorphic-unfetch": "^4.0.2" } }