UNPKG

loupe-typescript

Version:
61 lines (60 loc) 1.86 kB
{ "name": "loupe-typescript", "version": "1.2.1", "description": "Loupe Agent for Web clients", "keywords": [ "Gibraltar", "Loupe", "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/loupe.agent.js", "types": "dist/loupe.agent.d.ts", "scripts": { "test": "jasmine-ts --config=spec/support/jasmine.json", "test:debug": "npm run build && node --inspect-brk node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=spec/support/jasmine.json", "build": "npx webpack --config=webpack.config.js", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "devDependencies": { "@types/jasmine": "^3.5.11", "jasmine": "^3.6.2", "jasmine-ajax": "^4.0.0", "prettier": "^1.19.1", "ts-loader": "^7.0.5", "ts-node": "^8.10.2", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "typescript": "^3.7.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0", "xhr-mock": "^2.5.1" }, "dependencies": { "@types/jasmine-ajax": "^3.3.1", "@types/platform": "^1.3.2", "jasmine-ts": "^0.3.0", "platform": "^1.3.5", "source-map-support": "^0.5.19", "stacktrace-js": "^2.0.2" }, "files": [ "dist/**/*" ] }