-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.29 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.29 KB
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
54
55
56
57
58
59
60
{
"name": "@adaptivelink/kv",
"version": "0.2.2",
"description": "KV Solution for Cloudflare Worker and Stackpath Serverless Scripting",
"module": "dist/kv.esm.js",
"types": "dist/main.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/adaptive/kv.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/adaptive/kv/issues"
},
"homepage": "https://github.com/adaptive/kv#readme",
"author": "Hugo Romano <hugoromano@gmail.com>",
"keywords": [
"cloudflare",
"stackpath",
"kv",
"s3",
"wasabi",
"aws",
"storage",
"workers",
"key",
"values",
"store",
"persist",
"save",
"config"
],
"license": "MIT",
"private": false,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/adaptive"
},
"dependencies": {
"@adaptivelink/pops": "0.6.1",
"aws4fetch": "1.0.20"
},
"devDependencies": {
"@rollup/plugin-commonjs": "29.0.2",
"@rollup/plugin-node-resolve": "16.0.3",
"prettier": "3.8.2",
"rollup": "4.60.1",
"rollup-plugin-cleanup": "3.2.1",
"@rollup/plugin-terser": "1.0.0"
},
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dry-run": "npm pack --dry-run"
}
}