-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "@paradisec/proxyist-adapter-ocfl",
"version": "0.3.0",
"description": "OCFL adapter for proxyist",
"exports": "./dist/index.js",
"author": "John Ferlito <[email protected]> (https://inodes.org)",
"license": "ISC",
"private": true,
"dependencies": {
"@ocfl/ocfl-fs": "^0.2.0",
"@ocfl/ocfl-s3": "link: ../../../ocfl-js/ocfl-s3/",
"@paradisec/proxyist": "^0.3.0",
"@paradisec/proxyist-adapter-common": "^0.3.0"
},
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"test": "node --no-warnings --experimental-vm-modules ../../node_modules/jest/bin/jest.js --forceExit"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.367.0",
"@paradisec/proxyist-adapter-tests": "^0.3.0",
"@tsconfig/node18": "^18.2.0",
"@tsconfig/strictest": "^2.0.1",
"@types/node": "^18.16.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.43.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"ts-jest": "^29.1.1",
"typescript": "^5.1.3"
},
"resolutions": {
"tsconfig-paths": "^4.0.0",
"blake2": "^5.0.0"
},
"files": [
"dist",
"src"
]
}