UNPKG

1.21 kBJSONView Raw
1{
2 "name": "zen-observable-ts",
3 "version": "1.1.0",
4 "description": "Thin wrapper around zen-observable and @types/zen-observable, to support ESM exports as well as CommonJS exports",
5 "license": "MIT",
6 "main": "index.js",
7 "module": "module.js",
8 "types": "index.d.ts",
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/apollographql/zen-observable-ts.git"
12 },
13 "bugs": {
14 "url": "https://github.com/apollographql/zen-observable-ts/issues"
15 },
16 "scripts": {
17 "build": "rollup -c rollup.config.js",
18 "prepare": "npm run build",
19 "pretest": "npm run build && rollup -c rollup.test.config.js",
20 "test": "mocha tests/bundle.js"
21 },
22 "dependencies": {
23 "@types/zen-observable": "0.8.3",
24 "zen-observable": "0.8.15"
25 },
26 "devDependencies": {
27 "@babel/core": "^7.14.6",
28 "@babel/preset-env": "^7.14.7",
29 "@rollup/plugin-babel": "^5.3.0",
30 "@rollup/plugin-node-resolve": "^13.0.0",
31 "@rollup/plugin-typescript": "^8.2.1",
32 "@types/chai": "^4.2.14",
33 "@types/mocha": "^8.2.0",
34 "@types/node": "^16.0.1",
35 "chai": "^4.2.0",
36 "mocha": "^9.0.2",
37 "rollup": "^2.38.4",
38 "tslib": "^2.1.0",
39 "typescript": "^4.1.3"
40 }
41}