chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user