UNPKG

@damjack/elm-newrelic-nreum.js

Version:

Typescript library to wrap NewRelic NREUM for elm-newrelic-nreum Elm package

83 lines (82 loc) 2.58 kB
{ "name": "@damjack/elm-newrelic-nreum.js", "version": "1.0.1", "description": "Typescript library to wrap NewRelic NREUM for elm-newrelic-nreum Elm package", "files": [ "dist/*" ], "main": "dist/elm-newrelic-nreum.cjs.js", "module": "dist/elm-newrelic-nreum.esm.js", "scripts": { "docs": "typedoc src --out docs", "clean": "rimraf dist", "test": "jest --config jestconfig.json", "dev": "rollup -c -w", "prebuild": "yarn clean", "build": "rollup -c", "preversion": "run build", "format": "prettier --write '{src,tests}/**/*.ts'", "lint": "eslint -c .eslintrc.js --ext .ts src/", "lint:fix": "eslint -c .eslintrc.js --ext .ts src/ --fix" }, "repository": { "type": "git", "url": "git+https://github.com/damjack/elm-newrelic.git" }, "keywords": [ "NewRelic", "browser api", "SPA api", "Nreum" ], "author": "Damiano Giacomello <giacomello.damiano@gmail.com>", "license": "BSD-3-Clause", "homepage": "https://github.com/damjack/elm-newrelic/packages/js#readme", "devDependencies": { "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-typescript": "^8.5.0", "@types/elm": "^0.19.1", "@types/jest": "^27.5.2", "@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/parser": "^5.48.0", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-config-prettier": "^8.6.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-prettier": "^4.2.1", "jest": "^27.5.1", "prettier": "^2.8.1", "rimraf": "^3.0.2", "rollup": "^2.79.1", "ts-jest": "^27.1.5", "ts-loader": "^8.0.17", "tslib": "^2.4.1", "typedoc": "^0.22.18", "typedoc-github-wiki-theme": "^0.5.1", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.9.4" }, "dependencies": { "@newrelic/browser-agent": "^0.0.9", "@types/compression": "^1.7.2", "@types/loader-utils": "^2.0.3", "@types/newrelic": "^7.0.3", "@types/node": "^18.11.18", "@types/object-hash": "^3.0.2", "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", "eslint-plugin-sort-keys-fix": "^1.1.2", "eslint-plugin-tsdoc": "^0.2.17", "eslint-plugin-typescript-sort-keys": "^2.1.0", "newrelic": "^8.13.2" }, "bugs": { "url": "https://github.com/damjack/elm-newrelic/issues" }, "directories": { "doc": "docs" } }