{ "$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json", "packageId": "api_tests", "name": "API Tests", "version": "1.0.0", "description": "API CRUD operations E2E tests", "category": "testing", "minLevel": 0, "keywords": [ "api", "tests", "rest", "crud" ], "author": "MetaBuilder", "license": "MIT", "files": { "directories": [ "playwright" ], "byType": { "tests": [ "playwright/tests.json" ], "config": [ "package.json" ] } } }