| { |
| "scripts": { |
| "test:crosslanguage": "f() { npx jest crossLanguage.test.ts -t \"$@\" > /dev/null 2>&1; }; f", |
| "test": "npm run build && jest", |
| "clear": "rm -rf ./packages/core/dist && rm -rf ./packages/hps/dist", |
| "build": "npm run clear && npm run build -w packages/core -w packages/hps", |
| "lint": "eslint .", |
| "lint-fix": "eslint . --fix" |
| }, |
| "repository": "git@github.com:apache/fory.git", |
| "workspaces": [ |
| "packages/hps", |
| "packages/core" |
| ], |
| "devDependencies": { |
| "@stylistic/eslint-plugin": "^1.5.1", |
| "@types/js-beautify": "^1.14.3", |
| "eslint": "^8.55.0", |
| "js-beautify": "^1.14.11", |
| "jest": "^29.5.0", |
| "jest-junit": "^16.0.0", |
| "ts-jest": "^29.0.2", |
| "typescript": "^4.8.4" |
| } |
| } |