Files
omnivore-api/package.json
T
2024-03-11 10:33:47 +08:00

53 lines
1.2 KiB
JSON

{
"name": "@omnivore-app/api",
"version": "1.0.4",
"description": "Omnivore API Client Library for Node.js",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist/src"
],
"keywords": [
"omnivore",
"api",
"client",
"nodejs"
],
"scripts": {
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omnivore-app/omnivore-api.git"
},
"author": "Omnivore",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/omnivore-app/omnivore-api/issues"
},
"homepage": "https://github.com/omnivore-app/omnivore-api#readme",
"dependencies": {
"@urql/core": "^4.3.0",
"gql.tada": "^1.3.1"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "5.3.3"
},
"volta": {
"node": "18.18.0",
"yarn": "1.22.19"
}
}