|
1 | 1 | { |
2 | | - "name": "osls", |
3 | | - "version": "3.40.1", |
| 2 | + "name": "@kennethwkz/osls", |
| 3 | + "version": "3.58.1", |
4 | 4 | "description": "Open-source alternative to Serverless Framework", |
5 | 5 | "preferGlobal": true, |
6 | | - "homepage": "https://github.com/oss-serverless/serverless", |
| 6 | + "homepage": "https://github.com/kennethwkz/serverless", |
7 | 7 | "keywords": [ |
8 | 8 | "serverless", |
9 | 9 | "lambda", |
|
41 | 41 | "@aws-sdk/client-sqs": "^3.588.0", |
42 | 42 | "@aws-sdk/client-ssm": "^3.588.0", |
43 | 43 | "@aws-sdk/client-sts": "^3.588.0", |
| 44 | + "@aws-sdk/credential-providers": "^3.588.0", |
44 | 45 | "@aws-sdk/lib-dynamodb": "^3.588.0", |
45 | 46 | "@aws-sdk/lib-storage": "^3.588.0", |
46 | | - "@aws-sdk/credential-providers": "^3.588.0", |
47 | 47 | "@serverless/utils": "^6.13.1", |
48 | 48 | "ajv": "^8.12.0", |
49 | 49 | "ajv-formats": "^2.1.1", |
|
114 | 114 | "mocha": "^9.2.2", |
115 | 115 | "mock-require": "^3.0.3", |
116 | 116 | "ncjsm": "^4.3.2", |
| 117 | + "np": "^10.2.0", |
117 | 118 | "pkg": "^5.8.1", |
118 | 119 | "prettier": "^2.8.8", |
119 | 120 | "proxyquire": "^2.1.3", |
|
203 | 204 | "prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml --base=main -- prettier --write", |
204 | 205 | "test": "mocha \"test/unit/**/*.test.js\"", |
205 | 206 | "test:ci": "npm run prettier-check:updated && npm run lint:updated && npm run test:isolated", |
206 | | - "test:isolated": "mocha-isolated \"test/unit/**/*.test.js\"" |
| 207 | + "test:isolated": "mocha-isolated \"test/unit/**/*.test.js\"", |
| 208 | + "deploy": "np --no-tests" |
207 | 209 | }, |
208 | 210 | "engines": { |
209 | 211 | "node": ">=12.0" |
|
0 commit comments