@gibraltarsoftware/loupe-typescript
Version:
Loupe Agent for Web clients
60 lines (59 loc) • 1.61 kB
JSON
{
"name": "@gibraltarsoftware/loupe-typescript",
"version": "2.0.4",
"description": "Loupe Agent for Web clients",
"keywords": [
"Gibraltar",
"Loupe",
"Agent",
"TypeScript"
],
"homepage": "https://github.com/GibraltarSoftware/Loupe.JavaScript",
"author": "Gibraltar Software",
"license": "ISC",
"bugs": {
"url": "https://github.com/GibraltarSoftware/Loupe.JavaScript/issues",
"email": "support@gibraltarsoftware.com"
},
"repository": {
"type": "git",
"url": "https://github.com/GibraltarSoftware/Loupe.JavaScript"
},
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && npx webpack --config=webpack.config.js",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"test": "jest",
"prepare": "npm run build",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/xmlhttprequest": "^1.8.1",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.2.2",
"webpack": "^5.74.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"xhr-mock": "^2.5.1"
},
"dependencies": {
"@types/node": "^20.11.21",
"source-map-support": "^0.5.21",
"stacktrace-js": "^2.0.2",
"ts-lint": "^4.5.1"
},
"files": [
"dist/**/*"
]
}