| 12345678910111213141516 |
- {
- "name": "test-project",
- "version": "1.0.0",
- "description": "Test project for Bit-Bot-Team experiments",
- "main": "src/index.js",
- "scripts": {
- "test": "jest",
- "start": "node src/index.js"
- },
- "keywords": [],
- "author": "Marius",
- "license": "MIT",
- "devDependencies": {
- "jest": "^29.0.0"
- }
- }
|