UNPKG

@w0s/report-same-referrer

Version:
44 lines (43 loc) 1.17 kB
{ "name": "@w0s/report-same-referrer", "version": "5.0.1", "description": "Send referrer error information to endpoints", "keywords": [ "Report" ], "homepage": "https://github.com/SaekiTominaga/js-library-browser#readme", "bugs": { "url": "https://github.com/SaekiTominaga/js-library-browser/issues" }, "repository": { "type": "git", "url": "git+https://github.com/SaekiTominaga/js-library-browser.git" }, "license": "MIT", "author": "Saeki Tominaga", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*.d.ts", "!dist/**/*.test.d.ts", "dist/**/*.d.ts.map", "!dist/**/*.test.d.ts.map", "dist/**/*.js", "!dist/**/*.test.js", "dist/**/*.js.map", "!dist/**/*.test.js.map" ], "scripts": { "dev": "conc \"http-server -o demo -c-1\" \"tsc -w\"", "prebuild": "rimraf dist/* -g", "build": "tsc", "lint": "eslint src/**/*.ts", "pretest": "npm run build", "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest dist/.+\\.test\\.js -c ../../jest.config.mjs --roots packages/report-same-referrer" }, "publishConfig": { "access": "public" } }