{ "name": "datagatherer", "version": "1.0.0", "description": "", "main": "main.js", "dependencies": { "@types/html2canvas": "0.0.35", "axios": "^0.18.0", "html2canvas": "^1.0.0-rc.1", "rxios": "^1.1.2", "rxjs": "^6.4.0", "rxjs-compat": "^6.4.0" }, "devDependencies": { "typescript": "^3.4.2", "typescript-eslint-parser": "^22.0.0" }, "scripts": { "build": "./node_modules/.bin/tsc && browserify ./dist/main.js > ./dist/bundle.js" }, "author": "", "license": "ISC" }