PHP Classes

File: package.json

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 407 bytes
 

Contents

Class file image Download
{ "name": "binkterm-php-tests", "private": true, "scripts": { "test": "playwright test", "test:smoke": "playwright test tests/playwright/smoke.test.js", "test:api": "playwright test tests/playwright/api-smoke.test.js", "test:auth": "playwright test tests/playwright/auth-flow.test.js" }, "devDependencies": { "@playwright/test": "^1.48.0" } }