|
48 | 48 | }, |
49 | 49 | "scripts": { |
50 | 50 | "build-package": "rollup --config ./tool/rollup.config.js", |
51 | | - "prepublishOnly": "pnpm run build-package", |
| 51 | + "prepublishOnly": "npm run build-package", |
52 | 52 | "bench": "node benchmark", |
53 | 53 | "bench2prep": "node benchmark/server.js", |
54 | 54 | "bench2": "bombardier --body-file=\"./README.md\" --method=POST --duration=10s --connections=100 http://localhost:3000/api/upload", |
55 | | - "fmt": "pnpm run fmt:prepare '**/*'", |
| 55 | + "fmt": "npm run fmt:prepare '**/*'", |
56 | 56 | "fmt:prepare": "prettier --write", |
57 | | - "lint": "pnpm run lint:prepare .", |
| 57 | + "lint": "npm run lint:prepare .", |
58 | 58 | "lint:prepare": "eslint --cache --fix --quiet --format codeframe", |
59 | 59 | "fresh": "rm -rf ./node_modules", |
60 | 60 | "pretest": "rm -rf ./test/tmp && mkdir ./test/tmp", |
61 | 61 | "test-specific": "node --disable-warning=ExperimentalWarning --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathPattern=test/standalone/keep-alive-error.test.js", |
62 | | - "test": "pnpm audit --prod && pnpm run test-jest && pnpm run test-node", |
| 62 | + "test": "npm audit --prod && npm run test-jest && npm run test-node", |
63 | 63 | "test-jest": "node --disable-warning=ExperimentalWarning --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathPattern=test/ --coverage", |
64 | 64 | "test-node": "node --disable-warning=ExperimentalWarning --test test-node/**/*.test.js", |
65 | | - "pretest:ci": "pnpm run pretest", |
| 65 | + "pretest:ci": "npm run pretest", |
66 | 66 | "test:ci": "node --disable-warning=ExperimentalWarning --experimental-vm-modules node_modules/.bin/nyc jest --testPathPattern=test/ --coverage && node --disable-warning=ExperimentalWarning --experimental-vm-modules node_modules/.bin/nyc node --test test-node/" |
67 | 67 | }, |
68 | 68 | "dependencies": { |
|
96 | 96 | "jest": { |
97 | 97 | "verbose": true |
98 | 98 | }, |
99 | | - "packageManager": "pnpm@10.8.1", |
100 | 99 | "keywords": [ |
101 | 100 | "multipart", |
102 | 101 | "form", |
|
0 commit comments