Odoo GraphQL Subscription using Node, Express JS for Sample
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

41 lines
1.2 KiB

{
"name": "zen-observable-ts",
"version": "1.2.5",
"description": "Thin wrapper around zen-observable and @types/zen-observable, to support ESM exports as well as CommonJS exports",
"license": "MIT",
"type": "module",
"main": "index.cjs",
"module": "module.js",
"types": "module.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/zen-observable-ts.git"
},
"bugs": {
"url": "https://github.com/apollographql/zen-observable-ts/issues"
},
"scripts": {
"build": "rollup -c rollup.config.js",
"prepare": "npm run build",
"pretest": "npm run build && rollup -c rollup.test.config.js",
"test": "mocha tests/bundle.cjs"
},
"dependencies": {
"zen-observable": "0.8.15"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@types/chai": "^4.2.14",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.32",
"chai": "^4.2.0",
"mocha": "^9.0.2",
"rollup": "^2.38.4",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
}
}