UNPKG

1.32 kBJSONView Raw
1{
2 "name": "amplify-category-api",
3 "version": "2.22.0",
4 "description": "amplify-cli api plugin",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/aws-amplify/amplify-cli.git",
8 "directory": "packages/amplify-category-api"
9 },
10 "author": "Amazon Web Services",
11 "license": "Apache-2.0",
12 "main": "lib/index.js",
13 "scripts": {
14 "build": "tsc",
15 "clean": "rimraf lib tsconfig.tsbuildinfo",
16 "test": "jest"
17 },
18 "dependencies": {
19 "amplify-category-auth": "2.18.0",
20 "amplify-category-function": "2.23.0",
21 "amplify-util-headless-input": "1.2.0",
22 "chalk": "^3.0.0",
23 "fs-extra": "^8.1.0",
24 "graphql": "^14.5.8",
25 "graphql-relational-schema-transformer": "2.15.12",
26 "graphql-transformer-core": "6.21.0",
27 "inquirer": "^7.0.3",
28 "merge-graphql-schemas": "^1.7.6",
29 "open": "^7.0.0",
30 "ora": "^4.0.3",
31 "uuid": "^3.4.0"
32 },
33 "jest": {
34 "testURL": "http://localhost",
35 "transform": {
36 "^.+\\.tsx?$": "ts-jest"
37 },
38 "testRegex": "(src/__tests__/.*.test.ts)$",
39 "moduleFileExtensions": [
40 "ts",
41 "tsx",
42 "js",
43 "jsx",
44 "json",
45 "node"
46 ],
47 "collectCoverage": true,
48 "coverageReporters": [
49 "json",
50 "html"
51 ]
52 },
53 "gitHead": "4d843f550f1bd63e8b0dde90155516fd5db89584"
54}