|
3 | 3 | "version": "3.0.10", |
4 | 4 | "description": "Neon wrapper for Mozilla's dump_syms", |
5 | 5 | "main": "./dist/index.js", |
| 6 | + "bin": { |
| 7 | + "node-dump-syms": "./dist/bin/index.js" |
| 8 | + }, |
6 | 9 | "scripts": { |
7 | 10 | "start": "ts-node ./bin/index.ts RUST_BACKTRACE=1 ./spec/test_data/linux/my-ubuntu-crasher ./out/my-ubuntu-crasher.sym", |
8 | 11 | "prestart": "npm run build:debug && npm run pretest", |
|
19 | 22 | "copy:rust": "npx copyfiles native/index.node dist", |
20 | 23 | "pretest": "rimraf out && mkdirp out", |
21 | 24 | "test": "npm run test:rust && npm run test:tsc", |
| 25 | + "pretest:rust": "npm run build:rust-debug", |
22 | 26 | "test:rust": "cargo test", |
23 | 27 | "test:tsc": "ts-node ./node_modules/.bin/jasmine", |
24 | 28 | "install": "npx @mapbox/node-pre-gyp install --fallback-to-build=false || npm run build:client", |
|
46 | 50 | "@bugsplat/node-pre-gyp-github": "^1.4.5", |
47 | 51 | "@mapbox/node-pre-gyp": "^1.0.11", |
48 | 52 | "@types/jasmine": "^5.1.4", |
49 | | - "@types/node": "^20.11.29", |
| 53 | + "@types/node": "^20.17.32", |
50 | 54 | "cargo-cp-artifact": "^0.1.9", |
51 | 55 | "copyfiles": "^2.4.1", |
52 | 56 | "jasmine": "^5.1.0", |
|
0 commit comments