|
1 | 1 | {
|
2 | 2 | "name": "@deploydao/migrator",
|
3 |
| - "version": "0.2.1", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Migration management for Solana programs.",
|
5 |
| - "main": "dist/index.js", |
| 5 | + "main": "dist/cjs/index.js", |
| 6 | + "module": "dist/esm/index.js", |
6 | 7 | "keywords": [
|
7 | 8 | "solana",
|
8 | 9 | "blockchain"
|
9 | 10 | ],
|
10 | 11 | "bugs": {
|
11 | 12 | "url": "https://github.com/deploydao/migrator/issues",
|
12 |
| - |
| 13 | + |
13 | 14 | },
|
14 | 15 | "repository": {
|
15 | 16 | "type": "git",
|
16 | 17 | "url": "git+https://github.com/deploydao/migrator.git"
|
17 | 18 | },
|
18 |
| - "author": "Deploy DAO <[email protected]>", |
| 19 | + "author": "DeployDAO <[email protected]>", |
19 | 20 | "homepage": "https://deploydao.com",
|
20 | 21 | "license": "Apache-2.0",
|
21 | 22 | "publishConfig": {
|
|
45 | 46 | "eslint-plugin-import": "^2.24.2",
|
46 | 47 | "husky": "^7.0.2",
|
47 | 48 | "lint-staged": "^11.2.0",
|
48 |
| - "mocha": "^9.1.2", |
| 49 | + "mocha": "8", |
49 | 50 | "prettier": "^2.4.1",
|
50 | 51 | "ts-mocha": "^8.0.0",
|
51 | 52 | "ts-node": "^10.2.1",
|
|
57 | 58 | "*.nix": "nixfmt"
|
58 | 59 | },
|
59 | 60 | "scripts": {
|
60 |
| - "build": "tsc -P tsconfig.build.json", |
| 61 | + "build": "rm -fr dist/ && tsc -P tsconfig.build.json && tsc -P tsconfig.esm.json", |
61 | 62 | "lint": "eslint . --cache",
|
62 | 63 | "test": "anchor test --skip-build tests/*.ts",
|
63 | 64 | "prepare": "husky install",
|
|
69 | 70 | "tslib": "^2.3.1"
|
70 | 71 | },
|
71 | 72 | "peerDependencies": {
|
72 |
| - "@project-serum/anchor": "^0.16.2", |
| 73 | + "@project-serum/anchor": "^0.17.0", |
| 74 | + "@saberhq/anchor-contrib": "^1.3.14", |
| 75 | + "@saberhq/solana-contrib": "^1.3.14", |
| 76 | + "@saberhq/token-utils": "^1.3.14", |
| 77 | + "@solana/web3.js": "^1.29.2", |
73 | 78 | "bn.js": "^5.2.0"
|
74 | 79 | },
|
75 | 80 | "packageManager": "[email protected]",
|
|
0 commit comments