UNPKG

1.29 kBJSONView Raw
1{
2 "name": "amplify-category-api",
3 "version": "2.20.1",
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": "index.js",
13 "scripts": {
14 "test": "jest",
15 "test-ci": "jest --ci -i"
16 },
17 "dependencies": {
18 "amplify-category-auth": "2.16.1",
19 "amplify-category-function": "2.21.1",
20 "chalk": "^3.0.0",
21 "fs-extra": "^8.1.0",
22 "graphql": "^14.5.8",
23 "graphql-relational-schema-transformer": "2.15.8",
24 "graphql-transformer-core": "6.19.3",
25 "inquirer": "^7.0.3",
26 "merge-graphql-schemas": "^1.7.6",
27 "open": "^7.0.0",
28 "ora": "^4.0.3",
29 "uuid": "^3.4.0"
30 },
31 "devDependencies": {
32 "rewire": "^4.0.1"
33 },
34 "jest": {
35 "testURL": "http://localhost",
36 "transform": {
37 "^.+\\.tsx?$": "ts-jest"
38 },
39 "testRegex": "(.*/__tests__/.*.test.(js|ts))$",
40 "moduleFileExtensions": [
41 "ts",
42 "tsx",
43 "js",
44 "jsx",
45 "json",
46 "node"
47 ],
48 "collectCoverage": true,
49 "coverageReporters": [
50 "json",
51 "html"
52 ]
53 },
54 "gitHead": "3e5ae0e60b1d3c52d444dcba099d4970493420ea"
55}