{ "name": "local-typescript-developer-toolkit", "scripts": { "test": "npx jest -i", "build": "npx tsc --p ./Source/Modules; cd ./Source; python 'combine files.py';" }, "author": "Gutek8134", "license": "MIT", "dependencies": { "@types/jest": "^29.5.3", "jest": "^29.6.2", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.1.6" } }