{ "name": "fullstory-asset-sdk", "version": "0.0.1", "description": "A lightweight SDK for integrating FullStory session tracking and asset uploading, designed for React apps and CLI automation.", "homepage": "https://github.com/CarGDev/fullstory-asset-sdk#readme", "keywords": [ "fullstory", "fullstory-sdk", "analytics", "session-tracking", "asset-upload", "fullstory-integration", "react", "typescript" ], "bugs": { "url": "https://github.com/CarGDev/fullstory-asset-sdk/issues" }, "repository": { "type": "git", "url": "git+https://github.com/CarGDev/fullstory-asset-sdk.git" }, "license": "MIT", "author": "Carlos Gutierrez ", "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "clean": "rm -rf dist", "generate-asset-map": "node bin/generate-asset-map-id.js", "start": "npm run generate-asset-map && react-scripts start", "test": "jest --coverage", "prepare": "npm run build" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.14", "@types/node": "^22.13.4", "@types/react": "^19.0.10", "eslint": "^9.20.1", "eslint-config-prettier": "^10.0.1", "eslint-plugin-prettier": "^5.2.3", "jest": "^29.7.0", "prettier": "^3.5.1", "ts-jest": "^29.2.5", "typescript": "^5.7.3" }, "dependencies": { "@fullstory/browser": "^2.0.6", "@typescript-eslint/eslint-plugin": "^8.24.1", "@typescript-eslint/parser": "^8.24.1", "axios": "^1.7.9", "chalk": "^5.4.1", "commander": "^13.1.0", "dotenv": "^16.4.7", "fs-extra": "^11.3.0", "minimist": "^1.2.8", "react": "^18.0.0", "ts-node": "^10.9.2" }, "bin": { "fullstory-uploader": "dist/cli.js" } }