-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "@oramacloud/oramacloud-monorepo",
"version": "2.1.4",
"description": "Orama SDK for Node.js, Deno, and Browsers",
"type": "module",
"sideEffects": false,
"workspaces": [
"packages/*"
],
"scripts": {
"test": "dotenvx run -- turbo test",
"lint": "biome ci",
"biome:check": "biome check --write",
"bump-version": "node --no-warnings scripts/versions.mjs",
"build": "turbo build --no-cache",
"publish-all": "node --no-warnings scripts/publish.mjs"
},
"keywords": [
"orama",
"search engine",
"sdk"
],
"author": {
"name": "Michele Riva",
"email": "[email protected]",
"url": "https://github.com/MicheleRiva"
},
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@dotenvx/dotenvx": "^1.24.4",
"semver": "^7.6.3",
"simple-git": "^3.27.0",
"turbo": "^2.1.1"
},
"ts-standard": {
"ignore": [
"dist",
"node_modules"
]
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}