-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "@danm/ld-json-query",
"version": "2.1.0",
"description": "Query data from a large LD-JSON file",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"files": [
"lib"
],
"scripts": {
"test": "npx vitest",
"build": "npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danm/ld-json-query.git"
},
"author": "Daniel Morrison <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danm/ld-json-query/issues"
},
"homepage": "https://github.com/danm/ld-json-query#readme",
"devDependencies": {
"@tsconfig/node18": "^2.0.1",
"@types/node": "^18.1.7",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"vitest": "^0.31.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.171.0",
"typescript": "^5.1.3"
}
}