UNPKG

1.23 kBJSONView Raw
1{
2 "name": "netlify-redirect-parser",
3 "version": "14.0.1",
4 "description": "Parses netlify redirects into a js object representation",
5 "type": "module",
6 "exports": "./lib/index.js",
7 "main": "./lib/index.js",
8 "types": "./lib/index.d.ts",
9 "files": [
10 "lib/**/*"
11 ],
12 "scripts": {
13 "prebuild": "rm -rf lib",
14 "build": "tsc",
15 "test": "vitest run",
16 "test:bench": "vitest bench",
17 "test:dev": "vitest",
18 "test:ci": "vitest run --reporter=default && vitest bench --run"
19 },
20 "keywords": [
21 "netlify"
22 ],
23 "engines": {
24 "node": "^14.16.0 || >=16.0.0"
25 },
26 "author": "Netlify",
27 "license": "MIT",
28 "dependencies": {
29 "fast-safe-stringify": "^2.1.1",
30 "filter-obj": "^3.0.0",
31 "is-plain-obj": "^4.0.0",
32 "path-exists": "^5.0.0",
33 "toml": "^3.0.0"
34 },
35 "devDependencies": {
36 "@types/node": "^14.18.31",
37 "ts-node": "^10.9.1",
38 "typescript": "^4.8.4",
39 "vitest": "^0.24.1"
40 },
41 "repository": {
42 "type": "git",
43 "url": "git+https://github.com/netlify/build.git"
44 },
45 "bugs": {
46 "url": "https://github.com/netlify/build/issues"
47 },
48 "homepage": "https://github.com/netlify/build#readme",
49 "gitHead": "a17c26b151dd163548b4c8f9d6836ff290305a4a"
50}