UNPKG

1.08 kBJSONView Raw
1{
2 "name": "netlify-redirect-parser",
3 "version": "13.0.6",
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": "ava",
16 "test:ci": "c8 -r lcovonly -r text -r json ava"
17 },
18 "keywords": [
19 "netlify"
20 ],
21 "engines": {
22 "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
23 },
24 "author": "Netlify",
25 "license": "MIT",
26 "dependencies": {
27 "filter-obj": "^3.0.0",
28 "is-plain-obj": "^4.0.0",
29 "path-exists": "^5.0.0",
30 "toml": "^3.0.0"
31 },
32 "devDependencies": {
33 "ava": "^4.0.0",
34 "c8": "^7.11.0",
35 "test-each": "^4.0.0"
36 },
37 "repository": {
38 "type": "git",
39 "url": "git+https://github.com/netlify/build.git"
40 },
41 "bugs": {
42 "url": "https://github.com/netlify/build/issues"
43 },
44 "homepage": "https://github.com/netlify/build#readme",
45 "gitHead": "5555ff52d82f1c26f2074ee52d5e7c5c6c8d02d2"
46}