| 1234567891011121314151617181920 |
- {
- "name": "test-project",
- "version": "1.0.0",
- "description": "Test fixture for skill tests",
- "main": "index.js",
- "scripts": {
- "start": "node index.js",
- "test": "jest",
- "build": "tsc",
- "lint": "eslint ."
- },
- "dependencies": {
- "express": "^4.18.0",
- "lodash": "^4.17.21"
- },
- "devDependencies": {
- "jest": "^29.0.0",
- "typescript": "^5.0.0"
- }
- }
|