@swrve/web-sdk
Version:
64 lines (63 loc) • 1.86 kB
JSON
{
"name": "@swrve/web-sdk",
"version": "2.6.0",
"author": "Swrve Inc.",
"license": "Apache-2.0",
"keywords": [
"swrve",
"sdk",
"web",
"browser",
"js",
"chrome",
"firefox",
"safari",
"engagement",
"marketing",
"platform"
],
"homepage": "https://github.com/Swrve/swrve-web-sdk#readme",
"bugs": {
"url": "https://github.com/Swrve/swrve-web-sdk/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:Swrve/swrve-web-sdk.git"
},
"types": "dist/types/src/index.d.ts",
"files": [
"dist/SwrveSDK.js",
"dist/types",
"dist/SwrveWorker.js"
],
"main": "dist/SwrveSDK.js",
"scripts": {
"bundle": "yarn run bundle:prod",
"bundle:dev": "tsc -p tsconfig-build.json --declaration --declarationDir dist/types && webpack --config webpack.dev.js --progress",
"bundle:prod": "tsc -p tsconfig-build.json --declaration --declarationDir dist/types && webpack --config webpack.prod.js --progress",
"bundle:release": "yarn run bundle:prod",
"stats": "webpack --config webpack.prod.js --profile --json > stats.json && webpack-bundle-analyzer stats.json --mode static --no-open",
"clean": "yarn cache clean && rm -rf ./dist",
"lint": "tslint --project tsconfig.json",
"prepublish": "yarn bundle:release",
"test": "jest --ci --coverage --testResultsProcessor='jest-junit'",
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"clean-webpack-plugin": "1.0.0",
"jest": "^27.3.1",
"jest-junit": "^13.0.0",
"ts-jest": "^27.0.7",
"ts-loader": "^9.2.6",
"tslint": "5.12.1",
"typescript": "^4.4.4",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "4.10.0",
"webpack-merge": "4.2.1"
},
"dependencies": {
"@swrve/web-core": "1.6.0"
}
}