package.json 322 B

12345678910111213141516
  1. {
  2. "name": "test-project",
  3. "version": "1.0.0",
  4. "description": "Test project for Bit-Bot-Team experiments",
  5. "main": "src/index.js",
  6. "scripts": {
  7. "test": "jest",
  8. "start": "node src/index.js"
  9. },
  10. "keywords": [],
  11. "author": "Marius",
  12. "license": "MIT",
  13. "devDependencies": {
  14. "jest": "^29.0.0"
  15. }
  16. }