@samepage/testing
Version:
Utilities that help with testing SamePage-compatible extensions
34 lines • 916 B
JSON
{
"name": "@samepage/testing",
"version": "0.75.7",
"description": "Utilities that help with testing SamePage-compatible extensions",
"main": "index.js",
"types": "index.d.ts",
"sideEffects": false,
"license": "MIT",
"keywords": [
"SamePage",
"Roam",
"Obsidian",
"LogSeq"
],
"bugs": {
"url": "https://github.com/samepage-network/samepage.network/issues"
},
"homepage": "https://samepage.network/docs/developer",
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"peerDependencies": {
"@playwright/test": "1.29.0",
"@testing-library/react": ">11.2.7",
"@testing-library/user-event": "^14.4.3",
"@types/jsdom": "^20.0.0",
"c8": "^7.12.0",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"jsdom": "^20.0.0",
"ts-node": "^10.9.1"
}
}