-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 931 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 931 Bytes
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
{
"name": "@graperank/monorepo",
"description": "GrapeRank is a soveregnty respecting reccomedation engine for Nostr, powered by Webs of Trust and grapes.",
"version": "0.2.2",
"private": true,
"publishConfig": {
"access": "restricted"
},
"scripts": {
"build": "npm run build --workspaces --if-present --verbose",
"publish": "lerna publish from-package --no-private",
"prepare": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pretty-Good-Freedom-Tech/graperank.git"
},
"author": "Pretty Good Freedom Tech",
"license": "AGPL-3.0-or-later",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@types/node": "^22.14.0",
"lerna": "^8.2.1"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"eslint": "^9.24.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3"
}
}