-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 991 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@serverless-cd/cache",
"version": "0.0.11",
"description": "> TODO: description",
"author": "[email protected]",
"homepage": "https://github.com/serverless-cd/plugins#readme",
"license": "ISC",
"main": "./lib/index.js",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/serverless-cd/plugins.git"
},
"scripts": {
"build": "tsc",
"test": "jest --testTimeout 500000",
"watch": "tsc -w"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/serverless-cd/plugins/issues"
},
"dependencies": {
"@serverless-cd/core": "^0.0.24"
},
"devDependencies": {
"@serverless-cd/engine": "^0.0.35",
"@types/jest": "^28.1.6",
"dotenv": "^16.0.3",
"jest": "^28.1.3",
"lerna": "^5.5.0",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"@types/lodash": "^4.14.190"
}
}