{
  "name": "test-integration",
  "private": true,
  "scripts": {
    "test": "npm run test:imports",
    "test:integrations": "jest",
    "test:imports": "node test-imports.mjs"
  },
  "dependencies": {
    "babel-preset-solid": "workspace:*",
    "solid-js": "workspace:*"
  },
  "devDependencies": {
    "gitly": "^2.2.1",
    "shelljs": "^0.8.5"
  },
  "version": "1.5.4"
}
