blob: a67f521ac1b9ab66c1a0e21222b40d01dd61ea4d [file]
{
"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",
"jest": "^29.5.0",
"jest-junit": "^17.0.0",
"js-beautify": "^1.14.11",
"ts-jest": "^29.0.2",
"typescript": "^4.8.4"
},
"overrides": {
"@typescript-eslint/typescript-estree": {
"minimatch": "^9.0.9"
}
}
}