theatre/compatibility-tests/package.json

17 lines
381 B
JSON
Raw Normal View History

{
"name": "@theatre/compatibility-tests",
"private": true,
"scripts": {
"registry:start": "zx ./scripts/start-registry.mjs",
"test:ci": "zx ./scripts/ci.mjs"
},
"dependencies": {
"node-cleanup": "^2.1.2",
"prettier": "^2.6.2",
"verdaccio": "^5.10.2",
"verdaccio-auth-memory": "^10.2.0",
"verdaccio-memory": "^10.2.0",
"zx": "^6.1.0"
}
}