UNPKG

1.93 kBJSONView Raw
1{
2 "name": "@architect/architect",
3 "version": "7.0.6",
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' | 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 "rc": "npm version prerelease --preid RC"
16 },
17 "engines": {
18 "node": ">=10"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/architect/architect.git"
23 },
24 "bugs": {
25 "url": "https://github.com/architect/architect/issues"
26 },
27 "homepage": "https://arc.codes",
28 "keywords": [
29 "amazon",
30 "api gateway",
31 "arc",
32 "architect",
33 "aws",
34 "cloud functions",
35 "cloud",
36 "dynamodb",
37 "framework",
38 "lambda",
39 "s3",
40 "serverless",
41 "sns"
42 ],
43 "author": "Brian LeRoux <b@brian.io>",
44 "license": "Apache-2.0",
45 "dependencies": {
46 "@architect/create": "1.1.3",
47 "@architect/deploy": "1.9.3",
48 "@architect/destroy": "1.0.2",
49 "@architect/env": "1.0.12",
50 "@architect/hydrate": "1.5.0",
51 "@architect/logs": "1.0.11",
52 "@architect/package": "2.0.0",
53 "@architect/repl": "1.0.14",
54 "@architect/sandbox": "2.0.3",
55 "@architect/utils": "1.5.11",
56 "aws-sdk": "2.644.0",
57 "chalk": "4.1.0",
58 "update-notifier": "5.0.0"
59 },
60 "devDependencies": {
61 "@architect/eslint-config": "0.0.1",
62 "codecov": "3.8.0",
63 "eslint": "7.10.0",
64 "nyc": "15.1.0",
65 "proxyquire": "^2.1.3",
66 "tap-spec": "^5.0.0",
67 "tape": "5.0.1"
68 },
69 "eslintConfig": {
70 "extends": "@architect/eslint-config"
71 }
72}