diff --git a/package.json b/package.json index 3f91e39a6..e5d389e06 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,19 @@ { - "name": "matrix.org", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": {}, - "keywords": [], - "author": "", - "license": "ISC", - "devDependencies": { - "@playwright/test": "^1.43.1", - "@types/node": "^20.12.7" - }, - "dependencies": { - "@axe-core/playwright": "^4.9.0" - } + "name": "matrix.org", + "version": "1.0.0", + "private": true, + "main": "index.js", + "scripts": { + "test": "playwright test", + "serve": "zola serve" + }, + "author": "The Matrix.org Foundation and Contributors", + "license": "Apache-2.0", + "devDependencies": { + "@playwright/test": "^1.43.1", + "@types/node": "^20.12.7" + }, + "dependencies": { + "@axe-core/playwright": "^4.9.0" + } }