|
1 | 1 | { |
2 | 2 | "name": "kadena-indexer", |
3 | 3 | "version": "1.0.0", |
| 4 | + "description": "Kadena indexer provides reliable and scalable indexing of Kadena blockchain data.", |
4 | 5 | "author": "Hackachain team", |
5 | 6 | "private": true, |
6 | | - "repository": "https://github.com/hack-a-chain-software/indexer-kadena.git", |
7 | 7 | "license": "MIT", |
8 | | - "scripts": { |
9 | | - "indexer": "yarn workspace @kadena-indexer/indexer", |
10 | | - "terraform": "yarn workspace @kadena-indexer/terraform", |
11 | | - "run-terraform-workflow": "act -W .github/workflows/terraform.yml -P ubuntu-latest=-self-hosted --artifact-server-path ./.github/workflows/.artifacts/ --secret-file ./terraform/.env", |
12 | | - "run-indexer-workflow": "act -W .github/workflows/indexer.yml --secret-file ./indexer/.env", |
13 | | - "prepare": "husky" |
14 | | - }, |
| 8 | + "repository": "https://github.com/hack-a-chain-software/indexer-kadena.git", |
| 9 | + "homepage": "", |
| 10 | + "bugs": "", |
15 | 11 | "workspaces": [ |
16 | 12 | "web", |
17 | 13 | "indexer", |
18 | 14 | "serverless", |
19 | 15 | "terraform" |
20 | 16 | ], |
21 | | - "lint-staged": { |
22 | | - "*.{yml,yaml,go,json,md,js,ts,env.*}": [ |
23 | | - "prettier --write" |
24 | | - ] |
| 17 | + "scripts": { |
| 18 | + "indexer": "yarn workspace @kadena-indexer/indexer", |
| 19 | + "terraform": "yarn workspace @kadena-indexer/terraform", |
| 20 | + "run-terraform-workflow": "act -W .github/workflows/terraform.yml -P ubuntu-latest=-self-hosted --artifact-server-path ./.github/workflows/.artifacts/ --secret-file ./terraform/.env", |
| 21 | + "run-indexer-workflow": "act -W .github/workflows/indexer.yml --secret-file ./indexer/.env", |
| 22 | + "prepare": "husky" |
25 | 23 | }, |
| 24 | + "dependencies": {}, |
26 | 25 | "devDependencies": { |
27 | 26 | "husky": "^9.1.7", |
28 | 27 | "lint-staged": "^15.4.3", |
29 | 28 | "prettier": "^3.5.1" |
| 29 | + }, |
| 30 | + "lint-staged": { |
| 31 | + "*.{yml,yaml,go,json,md,js,ts,env.*}": [ |
| 32 | + "prettier --write" |
| 33 | + ] |
30 | 34 | } |
31 | 35 | } |
0 commit comments