feat: adding fullstory sdk package files

This commit is contained in:
Carlos
2025-02-20 22:05:04 -05:00
parent 4822e4502d
commit 47da5d782c
16 changed files with 2558 additions and 72 deletions

View File

@@ -28,14 +28,16 @@
"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",
"lint": "eslint 'src/**/*.ts'",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
"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",
@@ -46,6 +48,18 @@
},
"dependencies": {
"@fullstory/browser": "^2.0.6",
"minimist": "^1.2.8"
"@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"
}
}