|
11 | 11 | "url": "git+https://github.com/serverless-appsync/serverless-appsync-simulator.git" |
12 | 12 | }, |
13 | 13 | "scripts": { |
14 | | - "lint": "eslint src/*/**.js", |
15 | 14 | "tests": "jest", |
16 | | - "build": "babel src/ -d lib/ --delete-dir-on-start --ignore '**/__tests__'", |
17 | | - "prepare": "yarn run build", |
| 15 | + "build": "tsc -p .", |
| 16 | + "watch": "yarn run build -w", |
| 17 | + "lint": "eslint . && tsc --noEmit", |
| 18 | + "prepare": "rm -rf lib && yarn run build", |
18 | 19 | "start-dev": "yarn run build -w --verbose" |
19 | 20 | }, |
20 | 21 | "files": [ |
21 | 22 | "/lib" |
22 | 23 | ], |
23 | 24 | "dependencies": { |
24 | | - "@graphql-tools/merge": "^8.2.1", |
25 | | - "amplify-appsync-simulator": "^1.27.4", |
26 | | - "amplify-nodejs-function-runtime-provider": "^1.1.6", |
27 | | - "aws-sdk": "^2.792.0", |
28 | | - "axios": "^0.21.0", |
29 | | - "babel-jest": "^26.6.3", |
30 | | - "bluebird": "^3.7.2", |
31 | | - "cfn-resolver-lib": "^1.1.7", |
32 | | - "dataloader": "^2.0.0", |
33 | | - "fb-watchman": "^2.0.1", |
34 | | - "globby": "^11.0.3", |
35 | | - "jest": "^26.6.3", |
36 | | - "lodash": "^4.17.20", |
37 | | - "mysql2": "^2.2.5", |
38 | | - "pg": "^8.6.0" |
| 25 | + "@graphql-tools/merge": "^8.4.0", |
| 26 | + "amplify-appsync-simulator": "^2.4.1", |
| 27 | + "amplify-nodejs-function-runtime-provider": "^2.3.13", |
| 28 | + "aws-sdk": "^2.1341.0", |
| 29 | + "axios": "^1.3.4", |
| 30 | + "cfn-resolver-lib": "^1.1.8", |
| 31 | + "dataloader": "^2.2.2", |
| 32 | + "fb-watchman": "^2.0.2", |
| 33 | + "globby": "^11.1.0", |
| 34 | + "graphql": "^16.6.0", |
| 35 | + "graphql-tools": "^8.3.19", |
| 36 | + "lodash": "^4.17.21", |
| 37 | + "mysql2": "^2.3.3", |
| 38 | + "pg": "^8.10.0", |
| 39 | + "ts-toolbelt": "^9.6.0" |
39 | 40 | }, |
40 | 41 | "devDependencies": { |
41 | | - "@babel/cli": "^7.12.1", |
42 | | - "@babel/core": "^7.12.3", |
43 | | - "@babel/plugin-transform-modules-commonjs": "^7.12.1", |
44 | | - "@babel/preset-env": "^7.12.1", |
45 | | - "@semantic-release/git": "^9.0.0", |
46 | | - "all-contributors-cli": "^6.19.0", |
47 | | - "babel-eslint": "^10.1.0", |
48 | | - "babel-plugin-inline-import": "^3.0.0", |
49 | | - "eslint": "^7.13.0", |
50 | | - "eslint-config-prettier": "^7.0.0", |
51 | | - "eslint-plugin-prettier": "^3.2.0", |
52 | | - "prettier": "^2.2.1", |
53 | | - "semantic-release": "19" |
| 42 | + "@semantic-release/git": "^10.0.1", |
| 43 | + "@serverless/typescript": "^3.27.0", |
| 44 | + "@types/fb-watchman": "^2.0.1", |
| 45 | + "@types/jest": "^29.5.0", |
| 46 | + "@types/lodash": "^4.14.191", |
| 47 | + "@types/node": "^16.18.18", |
| 48 | + "@types/pg": "^8.6.6", |
| 49 | + "@typescript-eslint/eslint-plugin": "^5.56.0", |
| 50 | + "@typescript-eslint/parser": "^5.56.0", |
| 51 | + "all-contributors-cli": "^6.24.0", |
| 52 | + "eslint": "^8.36.0", |
| 53 | + "eslint-config-prettier": "^8.8.0", |
| 54 | + "eslint-plugin-import": "^2.27.5", |
| 55 | + "eslint-plugin-prettier": "^4.2.1", |
| 56 | + "eslint-plugin-unused-imports": "^2.0.0", |
| 57 | + "jest": "^29.5.0", |
| 58 | + "prettier": "^2.8.6", |
| 59 | + "semantic-release": "^20.1.3", |
| 60 | + "serverless": "^3.28.1", |
| 61 | + "ts-jest": "^29.0.5", |
| 62 | + "ts-node": "^10.9.1", |
| 63 | + "typescript": "^4.9.5" |
| 64 | + }, |
| 65 | + "peerDependencies": { |
| 66 | + "serverless": "3" |
54 | 67 | }, |
55 | 68 | "keywords": [ |
56 | 69 | "serverless", |
|
0 commit comments