33 lines
854 B
JSON
33 lines
854 B
JSON
{
|
|
"name": "@perspective-dev/test",
|
|
"version": "4.5.2",
|
|
"description": "Test utility based on perspective",
|
|
"private": true,
|
|
"main": "src/js/index.ts",
|
|
"module": "src/js/index.ts",
|
|
"type": "module",
|
|
"files": [
|
|
"src/**/*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/perspective-dev/perspective/tools/test"
|
|
},
|
|
"scripts": {
|
|
"prebench": "mkdirp build",
|
|
"bench": "node bench/versions.js"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"tsx": "catalog:",
|
|
"prettier": "catalog:",
|
|
"superstore-arrow": "catalog:",
|
|
"@playwright/test": "catalog:",
|
|
"@playwright/experimental-ct-react": "catalog:",
|
|
"zx": "catalog:"
|
|
}
|
|
}
|