UNPKG

1.33 kBJSONView Raw
1{
2 "name": "amplify-category-api",
3 "version": "2.25.2",
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 "@graphql-tools/merge": "^6.0.18",
20 "amplify-category-auth": "2.21.2",
21 "amplify-category-function": "2.25.6",
22 "amplify-util-headless-input": "1.3.0",
23 "chalk": "^3.0.0",
24 "fs-extra": "^8.1.0",
25 "graphql": "^14.5.8",
26 "graphql-relational-schema-transformer": "2.15.17",
27 "graphql-transformer-core": "6.21.7",
28 "inquirer": "^7.3.3",
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": "((\\.|/)(test|spec))\\.(jsx?|tsx?)$",
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": "96ca9a01944ed968440dce6a9769fa05f4bb6598"
54}