UNPKG

@jam.dev/sdk

Version:
59 lines (58 loc) 1.41 kB
{ "name": "@jam.dev/sdk", "version": "0.0.6", "description": "The Jam SDK! Supercharge your bug reports.", "homepage": "https://jam.dev/docs/product-features/dev-tools/jam.metadata", "repository": { "type": "git", "url": "https://github.com/Strawberry-Jam-Manufacturers/sdk.git" }, "keywords": [ "jam.dev", "jamdotdev", "jam", "bug", "reporting", "sdk", "metadata" ], "license": "Apache-2.0", "private": false, "publishConfig": { "access": "public" }, "type": "module", "main": "./dist/jamsdk.umd.cjs", "module": "./dist/jamsdk.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/jamsdk.js", "require": "./dist/jamsdk.umd.cjs", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint './src/**/*.{ts,tsx}'" }, "dependencies": {}, "devDependencies": { "@types/node": "^20.4.8", "@typescript-eslint/eslint-plugin": "^5.52.0", "eslint": "^8.0.1", "eslint-config-standard-with-typescript": "^37.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0 || ^16.0.0 ", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "^7.33.1", "typescript": "*", "vite": "^4.4.5", "vite-plugin-dts": "^3.5.1" } }