UNPKG

2.03 kBJSONView Raw
1{
2 "name": "@netlify/config",
3 "version": "16.0.7",
4 "description": "Netlify config module",
5 "main": "src/main.js",
6 "bin": {
7 "netlify-config": "src/bin/main.js"
8 },
9 "files": [
10 "src/**/*.js"
11 ],
12 "author": "Netlify Inc.",
13 "contributors": [
14 "David Wells <hello@davidwells.io> (https://davidwells.io/)"
15 ],
16 "scripts": {
17 "prepublishOnly": "cd ../../ && npm run prepublishOnly"
18 },
19 "keywords": [
20 "nodejs",
21 "javascript",
22 "windows",
23 "macos",
24 "linux",
25 "shell",
26 "bash",
27 "build",
28 "terminal",
29 "deployment",
30 "es6",
31 "serverless",
32 "ci",
33 "plugins",
34 "continuous-integration",
35 "continuous-delivery",
36 "continuous-deployment",
37 "continuous-testing",
38 "netlify-plugin",
39 "netlify"
40 ],
41 "homepage": "https://github.com/netlify/build",
42 "repository": {
43 "type": "git",
44 "url": "https://github.com/netlify/build.git",
45 "directory": "packages/config"
46 },
47 "bugs": {
48 "url": "https://github.com/netlify/build/issues"
49 },
50 "license": "MIT",
51 "dependencies": {
52 "chalk": "^4.1.2",
53 "cron-parser": "^4.1.0",
54 "deepmerge": "^4.2.2",
55 "dot-prop": "^5.3.0",
56 "execa": "^5.1.1",
57 "fast-safe-stringify": "^2.0.7",
58 "figures": "^3.2.0",
59 "filter-obj": "^2.0.1",
60 "find-up": "^5.0.0",
61 "indent-string": "^4.0.0",
62 "is-plain-obj": "^3.0.0",
63 "js-yaml": "^4.0.0",
64 "make-dir": "^3.1.0",
65 "map-obj": "^4.0.0",
66 "netlify": "^10.0.0",
67 "netlify-headers-parser": "^6.0.0",
68 "netlify-redirect-parser": "^13.0.0",
69 "omit.js": "^2.0.2",
70 "p-locate": "^5.0.0",
71 "path-exists": "^4.0.0",
72 "path-type": "^4.0.0",
73 "toml": "^3.0.0",
74 "tomlify-j0.4": "^3.0.0",
75 "validate-npm-package-name": "^3.0.0",
76 "yargs": "^15.3.0"
77 },
78 "devDependencies": {
79 "ava": "^3.15.0",
80 "del": "^5.1.0",
81 "get-bin-path": "^5.1.0",
82 "has-ansi": "^4.0.0",
83 "is-ci": "^3.0.0",
84 "tmp-promise": "^3.0.2"
85 },
86 "engines": {
87 "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
88 }
89}