| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "awzsif",
- "version": "1.0.0",
- "description": "This project was bootstrapped with Fastify-CLI.",
- "main": "app.js",
- "directories": {
- "test": "test"
- },
- "scripts": {
- "test": "tap \"test/**/*.test.js\"",
- "start": "fastify start -l info app.js",
- "dev": "fastify start -w -l info -P app.js"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@fastify/autoload": "^5.0.0",
- "@fastify/cors": "^8.2.1",
- "@fastify/sensible": "^5.0.0",
- "axios": "^1.3.4",
- "fastify": "^4.0.0",
- "fastify-cli": "^5.7.1",
- "fastify-plugin": "^4.0.0",
- "playwright": "^1.32.1",
- "queue": "^6.0.2"
- },
- "devDependencies": {
- "tap": "^16.1.0"
- }
- }
|