@w0s/report-js-error
Version:
Send script error information to endpoints
45 lines (44 loc) • 1.22 kB
JSON
{
"name": "@w0s/report-js-error",
"version": "3.0.1",
"description": "Send script 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"
},
"license": "MIT",
"author": "Saeki Tominaga",
"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"
],
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/SaekiTominaga/js-library-browser.git"
},
"scripts": {
"server": "http-server -o demo -c-1",
"prebuild": "rimraf dist/* -g",
"build": "tsc",
"watch": "tsc -w",
"lint": "eslint src/**/*.ts __tests__/**/*.js",
"pretest": "npm run build",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest dist/.+\\.test\\.js -c ../../jest.config.mjs --roots packages/report-js-error"
},
"publishConfig": {
"access": "public"
}
}