UNPKG

963 BJSONView Raw
1{
2 "name": "@0x4447/potato",
3 "version": "2.0.12",
4 "description": "🥔 Upload a static page to AWS S3 while automatically configuring CloudFront.",
5 "main": "index.js",
6 "publishConfig": {
7 "access": "public"
8 },
9 "scripts": {
10 "build": "npm pack && npm install -g 0x4447-potato-* && rm 0x4447-potato-*",
11 "test": "mocha"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/0x4447/0x4447-cli-potato"
16 },
17 "bin": {
18 "potato": "./index.js"
19 },
20 "keywords": [
21 "cli",
22 "nodejs",
23 "0x4447",
24 "s3",
25 "CloudFront",
26 "aws"
27 ],
28 "author": {
29 "name": "0x4447",
30 "email": "hello@0x4447.com",
31 "url": "https://0x4447.com"
32 },
33 "license": "MIT",
34 "dependencies": {
35 "aws-sdk": "2.162.0",
36 "commander": "2.11.0",
37 "fs-readdir-recursive": "1.1.0",
38 "mime-types": "2.1.17",
39 "mocha": "4.1.0",
40 "read-dir-files": "0.1.1",
41 "request": "2.81.0",
42 "terminal-kit": "1.13.10"
43 }
44}