-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.54 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
{
"private": true,
"version": "0.0.0",
"name": "@polymedia/coinmeta-monorepo",
"author": "@juzybits (https://polymedia.app)",
"homepage": "https://github.com/juzybits/polymedia-coinmeta",
"description": "CoinMetadata for Sui coins, and web-optimized logos",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/juzybits/polymedia-coinmeta"
},
"keywords": [],
"scripts": {
"cli:analyze-sources": "cd src/cli && pnpm run analyze-sources",
"cli:fetch-raw": "cd src/cli && pnpm run fetch-raw",
"cli:make-prod": "cd src/cli && pnpm run make-prod",
"build": "turbo run build",
"bump-version": "node src/cli/dist/bump-version.js",
"clean": "turbo run clean && rm -rf dist/ node_modules/ .turbo/ src/sui*/build/",
"dev": "turbo run dev",
"lint": "turbo run lint",
"publish-all": "pnpm clean && pnpm i && pnpm build && pnpm publish -r --filter=./src/*",
"test": "turbo run test",
"test:watch": "jest --watch",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@stylistic/eslint-plugin": "^2.13.0",
"eslint": "^9.18.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.4",
"turbo": "^2.3.3",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.15.1"
}