UNPKG

2.01 kBJSONView Raw
1{
2 "name": "@architect/architect",
3 "version": "6.1.2",
4 "description": "Create, deploy, and maintain next-generation AWS cloud function-based serverless infrastructure with full local, offline workflows, and more.",
5 "main": "src/index.js",
6 "bin": {
7 "arc": "src/index.js"
8 },
9 "scripts": {
10 "test": "npm run lint && npm run test:integration && npm run coverage",
11 "test:unit": "tape test/unit/*-test.js test/unit/**/*-test.js test/unit/**/**/*-test.js| tap-spec",
12 "test:integration": "tape test/integration/*-test.js | tap-spec",
13 "lint": "eslint . --fix",
14 "coverage": "nyc --reporter=lcov --reporter=text-summary npm run test:unit",
15 "build": "pkg index.js && npm run tidy",
16 "tidy": "rm -rf dist && mkdir dist && mv index-linux dist/arc-linux && mv index-macos dist/arc && mv index-win.exe dist/arc.exe",
17 "rc": "npm version prerelease --preid RC"
18 },
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/architect/architect.git"
22 },
23 "bugs": {
24 "url": "https://github.com/architect/architect/issues"
25 },
26 "homepage": "https://arc.codes",
27 "keywords": [
28 "amazon",
29 "api gateway",
30 "arc",
31 "architect",
32 "aws",
33 "cloud functions",
34 "cloud",
35 "dynamodb",
36 "framework",
37 "lambda",
38 "s3",
39 "serverless",
40 "sns"
41 ],
42 "author": "Brian LeRoux <b@brian.io>",
43 "license": "Apache-2.0",
44 "dependencies": {
45 "@architect/create": "1.0.11",
46 "@architect/deploy": "1.4.2",
47 "@architect/env": "1.0.5",
48 "@architect/hydrate": "1.4.13",
49 "@architect/logs": "1.0.8",
50 "@architect/package": "1.2.0",
51 "@architect/repl": "1.0.7",
52 "@architect/sandbox": "1.5.4",
53 "@architect/utils": "1.4.4",
54 "aws-sdk": "2.607.0",
55 "chalk": "3.0.0",
56 "update-notifier": "4.0.0"
57 },
58 "devDependencies": {
59 "codecov": "^3.6.1",
60 "eslint": "^6.8.0",
61 "nyc": "^15.0.0",
62 "pkg": "^4.4.2",
63 "proxyquire": "^2.1.3",
64 "sinon": "^8.0.4",
65 "tap-spec": "^5.0.0",
66 "tape": "^4.12.1"
67 }
68}