@logsnag/remix
Version:
LogSnag client for Remix applications
68 lines (67 loc) • 1.71 kB
JSON
{
"name": "@logsnag/remix",
"version": "1.0.0-beta.1",
"description": "LogSnag client for Remix applications",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs"
},
"./server": {
"import": "./dist/server/index.js",
"types": "./dist/index.d.ts",
"require": "./dist/server/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"private": false,
"author": "Shayan <shayan@logsnag.com>",
"license": "MIT",
"bugs": {
"url": "https://logsnag.com"
},
"homepage": "https://logsnag.com",
"keywords": [
"logsnag",
"react",
"remix",
"remix.run",
"logging",
"analytics"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch --clean=false",
"publish:prod": "npm run build && npm publish",
"publish:beta": "npm run build && npm publish --tag beta",
"publish:dryrun": "npm run build && npm publish --dry-run"
},
"dependencies": {},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.2.2",
"tsup": "^7.2.0"
}
}