-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.3 KB
/
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
45
46
47
48
49
50
51
52
53
{
"name": "serverless-rspack",
"version": "0.2.1",
"description": "Serverless plugin to bundle your javascript with Rspack",
"author": "Janic Duplessis <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/th3rdwave/serverless-rspack.git"
},
"keywords": [
"serverless",
"rspack"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/th3rdwave/serverless-rspack/issues"
},
"homepage": "https://github.com/th3rdwave/serverless-rspack#readme",
"scripts": {
"prettier": "prettier \"./**/*.{js,ts}\""
},
"main": "src/index.js",
"files": [
"src/"
],
"dependencies": {
"archiver": "^5.3.1",
"bluebird": "^3.7.2",
"find-yarn-workspace-root": "^2.0.0",
"fs-extra": "^11.1.0",
"glob": "^9.3.0",
"is-builtin-module": "^3.2.1",
"lodash": "^4.17.21",
"p-limit": "^4.0.0",
"semver": "^7.3.8"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.2.0",
"@serverless/test": "^11.1.0",
"coveralls": "^3.1.1",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"prettier": "^2.8.4",
"serverless": "^3.28.1",
"sinon": "^15.0.2",
"unzipper": "^0.10.11",
"@rspack/core": "^0.1.0"
},
"peerDependencies": {
"serverless": "*",
"@rspack/core": "*"
}
}