This repository has been archived on 2025-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
AIDScripting/contributed/local typescript developer toolkit/package.json
2023-08-10 22:14:06 +02:00

16 lines
427 B
JSON

{
"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"
}
}