|
1 | 1 | { |
2 | 2 | "name": "o1js", |
3 | 3 | "description": "TypeScript framework for zk-SNARKs and zkApps", |
4 | | - "version": "2.9.0", |
| 4 | + "version": "2.10.0", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "homepage": "https://github.com/o1-labs/o1js/", |
7 | 7 | "repository": { |
|
57 | 57 | "build:web": "./scripts/build/build-web.sh", |
58 | 58 | "build:examples": "./scripts/build/build-examples.sh", |
59 | 59 | "check:bindings": "./scripts/build/check-for-bindings.sh", |
60 | | - "build:docs": "npx typedoc", |
| 60 | + "build:docs": "typedoc", |
61 | 61 | "prepublish:web": "./scripts/prepublish/prepublish-web.sh", |
62 | 62 | "prepublish:node": "./scripts/prepublish/prepublish-node.sh", |
63 | 63 | "prepublish:full": "./scripts/prepublish/prepublish-full.sh", |
|
71 | 71 | "format:md:check": "prettier --config .prettierrc.md.cjs --check '**/*.md'", |
72 | 72 | "clean": "./scripts/clean/clean.sh", |
73 | 73 | "clean:all": "./scripts/clean/clean-all.sh", |
74 | | - "lint": "npx oxlint", |
75 | | - "lint:fix": "npx oxlint --fix --fix-suggestions", |
76 | | - "lint:strict": "npx oxlint --max-warnings 0", |
| 74 | + "lint": "oxlint", |
| 75 | + "lint:fix": "oxlint --fix --fix-suggestions", |
| 76 | + "lint:strict": "oxlint --max-warnings 0", |
77 | 77 | "test": "./run-jest-tests.sh", |
78 | 78 | "test:integration": "./run-integration-tests.sh", |
79 | 79 | "test:unit": "./run-unit-tests.sh", |
|
94 | 94 | "@playwright/test": "^1.48.0", |
95 | 95 | "@types/jest": "^27.0.0", |
96 | 96 | "@types/libsodium-wrappers-sumo": "^0.7.8", |
| 97 | + "@types/minimist": "^1.2.5", |
97 | 98 | "@types/node": "^18.14.2", |
98 | 99 | "esbuild": "^0.25.5", |
99 | 100 | "expect": "^29.0.1", |
100 | 101 | "fs-extra": "^10.0.0", |
101 | 102 | "glob": "^8.0.3", |
102 | 103 | "graphql": "^16.10.0", |
103 | | - "howslow": "^0.1.0", |
104 | 104 | "husky": "^9.1.7", |
105 | 105 | "jest": "^28.1.3", |
106 | 106 | "jstat": "^1.9.6", |
107 | 107 | "minimist": "^1.2.7", |
108 | 108 | "oxlint": "^1.0.0", |
109 | 109 | "pkg-pr-new": "^0.0.9", |
110 | 110 | "prettier": "^3.6.2", |
| 111 | + "prettier-plugin-organize-imports": "^4.3.0", |
111 | 112 | "replace-in-file": "^6.3.5", |
112 | 113 | "rimraf": "^3.0.2", |
113 | 114 | "ts-jest": "^28.0.8", |
|
0 commit comments