-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.01 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
{
"name": "@balena/pinejs-webresource-cloudfront",
"version": "0.2.1",
"description": "A PineJS WebResource handler for storing files on S3 and serving via AWS Cloudfront",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"test": "npm run lint",
"prettify": "balena-lint -e ts --fix lib",
"lint": "balena-lint -e ts lib && npx tsc --noEmit",
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module"
},
"author": "Balena Inc. <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@balena/lint": "^8.0.0",
"@balena/sbvr-types": "^7.0.6",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"typescript": "^5.4.3"
},
"dependencies": {
"@aws-sdk/cloudfront-signer": "^3.541.0",
"memoizee": "^0.4.15"
},
"peerDependencies": {
"@balena/pinejs": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"versionist": {
"publishedAt": "2024-09-16T13:05:26.578Z"
}
}