-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "@icarowhyy/pnpjs-query",
"version": "1.2.1",
"description": "OData query for JavaScript",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"private": false,
"scripts": {
"build": "pnpm tsup src/index.ts --format cjs,esm --dts",
"dev": "tsx watch src/index.ts",
"test": "vitest",
"coverage": "vitest run --coverage",
"format": "npx @biomejs/biome format --write ./src",
"lint": "npx @biomejs/biome lint --write ./src",
"check": "npx @biomejs/biome check ./src"
},
"keywords": [
"pnpjs",
"query",
"pnp",
"OData",
"pnpjs-query",
"JavaScript"
],
"author": "Whyy <icarovsilva1@gmail.com> (https://github.com/IcaroSilvaFK)",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "^2.27.7",
"@vitest/coverage-v8": "^2.0.4",
"tsup": "^8.2.2",
"tsx": "^4.16.2",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IcaroSilvaFK/-whyy-pnpjs-query.git"
},
"bugs": {
"url": "https://github.com/IcaroSilvaFK/-whyy-pnpjs-query/issues"
},
"homepage": "https://github.com/IcaroSilvaFK/-whyy-pnpjs-query#readme",
"dependencies": {
"winston": "^3.13.1",
"winston-transport-browserconsole": "^1.0.5"
}
}