UNPKG

1.39 kBJSONView Raw
1{
2 "name": "firestore-mobx",
3 "version": "0.0.2",
4 "description": "Observable Firestore documents and collections using MobX",
5 "main": "dist/index.js",
6 "module": "dist/index.es.js",
7 "files": [
8 "dist"
9 ],
10 "types": "dist/index.d.ts",
11 "np": {
12 "contents": "dist"
13 },
14 "scripts": {
15 "build": "rollup -c",
16 "build:watch": "rollup -cw",
17 "test": "echo \"Error: no test specified\" && exit 0",
18 "lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
19 "format": "prettier --write \"src/**/*.{ts,tsx,md,json,yml}\" \"*.{js,json,md,yml}\""
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/0x80/firestore-mobx.git"
24 },
25 "author": "Thijs Koerselman <thijs@vauxlab.com>",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/0x80/firestore-mobx/issues"
29 },
30 "homepage": "https://github.com/0x80/firestore-mobx#readme",
31 "dependencies": {
32 "firebase": "^6.3.0",
33 "mobx": "^5.11.0"
34 },
35 "devDependencies": {
36 "@firebase/firestore-types": "^1.4.2",
37 "@typescript-eslint/eslint-plugin": "^1.12.0",
38 "@typescript-eslint/parser": "^1.12.0",
39 "eslint": "^6.0.1",
40 "eslint-config-prettier": "^6.0.0",
41 "eslint-plugin-prettier": "^3.1.0",
42 "eslint-plugin-react": "^7.14.2",
43 "prettier": "^1.18.2",
44 "rollup": "^1.17.0",
45 "rollup-plugin-typescript2": "^0.22.0",
46 "typescript": "^3.5.3"
47 }
48}