main
Last change
on this file since b67dfd3 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[d24f17c] | 1 | {
|
---|
| 2 | "name": "@braintree/sanitize-url",
|
---|
| 3 | "version": "7.0.0",
|
---|
| 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": "vitest",
|
---|
| 15 | "coverage": "vitest run --coverage"
|
---|
| 16 | },
|
---|
| 17 | "repository": {
|
---|
| 18 | "type": "git",
|
---|
| 19 | "url": "git+https://github.com/braintree/sanitize-url.git"
|
---|
| 20 | },
|
---|
| 21 | "keywords": [],
|
---|
| 22 | "license": "MIT",
|
---|
| 23 | "bugs": {
|
---|
| 24 | "url": "https://github.com/braintree/sanitize-url/issues"
|
---|
| 25 | },
|
---|
| 26 | "homepage": "https://github.com/braintree/sanitize-url#readme",
|
---|
| 27 | "devDependencies": {
|
---|
| 28 | "@types/jest": "^29.4.0",
|
---|
| 29 | "@typescript-eslint/eslint-plugin": "^5.54.1",
|
---|
| 30 | "@vitest/coverage-v8": "^0.34.2",
|
---|
| 31 | "chai": "^4.3.7",
|
---|
| 32 | "eslint": "^8.36.0",
|
---|
| 33 | "eslint-config-braintree": "^6.0.0-typescript-prep-rc.2",
|
---|
| 34 | "eslint-plugin-prettier": "^4.2.1",
|
---|
| 35 | "happy-dom": "^10.10.4",
|
---|
| 36 | "prettier": "^2.8.4",
|
---|
| 37 | "typescript": "^5.1.6",
|
---|
| 38 | "vitest": "^0.34.2"
|
---|
| 39 | }
|
---|
| 40 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.