UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@braintree/sanitize-url",
3 "version": "5.0.2",
4 "description": "A url sanitizer",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "author": "",
8 "scripts": {
9 "prepublishOnly": "npm run build",
10 "prebuild": "prettier --write .",
11 "build": "tsc --declaration",
12 "lint": "eslint --ext js,ts .",
13 "posttest": "npm run lint",
14 "test": "jest"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/braintree/sanitize-url.git"
19 },
20 "keywords": [],
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/braintree/sanitize-url/issues"
24 },
25 "homepage": "https://github.com/braintree/sanitize-url#readme",
26 "devDependencies": {
27 "@types/jest": "^26.0.23",
28 "chai": "^4.3.4",
29 "eslint": "^7.27.0",
30 "eslint-config-braintree": "^5.0.0-typescript-prep-rc.18",
31 "jest": "^27.0.3",
32 "prettier": "^2.3.0",
33 "ts-jest": "^27.0.2",
34 "typescript": "^4.3.2"
35 },
36 "jest": {
37 "testEnvironment": "jsdom",
38 "preset": "ts-jest",
39 "globals": {
40 "ts-jest": {
41 "tsConfig": "src/__tests__/tsconfig.json"
42 }
43 }
44 }
45}