feat: adding fullstory sdk package files
This commit is contained in:
22
package.json
22
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user