Files
omnivore/package.json
Thomas Rogers c0373646cb Fix Linting...
2024-01-09 11:22:32 +01:00

42 lines
1.1 KiB
JSON

{
"name": "omnivore-app",
"version": "1.0.0",
"description": "",
"private": true,
"workspaces": [
"packages/*"
],
"license": "AGPL-3.0-only",
"scripts": {
"test": "lerna run --no-bail test",
"lint": "lerna run lint",
"build": "lerna run build",
"test:scoped:example": "lerna run test --scope={@omnivore/pdf-handler,@omnivore/web}",
"gql-typegen": "graphql-codegen",
"deploy:web": "vercel --prod"
},
"dependencies": {},
"devDependencies": {
"@ardatan/aggregate-error": "^0.0.6",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/schema-ast": "^2.1.1",
"@graphql-codegen/typescript": "^2.1.1",
"@graphql-codegen/typescript-resolvers": "^2.1.1",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"lerna": "^7.4.1",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
},
"volta": {
"node": "18.16.1",
"yarn": "1.22.19"
}
}