-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "typesaurus",
"version": "8.0.0-alpha.24",
"description": "Type-safe ODM for Firestore",
"keywords": [
"Firebase",
"Firestore",
"TypeScript"
],
"main": "index.js",
"module": "esm/index.js",
"sideEffects": false,
"repository": "https://github.com/kossnocorp/typesaurus",
"author": "Sasha Koss <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@firebase/rules-unit-testing": "^1.2.10",
"@types/jest": "^26.0.20",
"@types/node": "^12.0.4",
"@types/sinon": "^9.0.10",
"@types/webpack-env": "^1.16.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-preset-power-assert": "^3.0.0",
"firebase": "8",
"firebase-admin": "9.4.2",
"firebase-tools": "^9.3.0",
"jest": "^26.6.3",
"js-fns": "^2.5.1",
"karma": "^6.0.4",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "4",
"lazyfire": "^0.2.0",
"mocha": "^6.2.0",
"nanoid": "^3.1.20",
"power-assert": "^1.6.1",
"prettier": "^2.0.4",
"puppeteer": "^6.0.0",
"sinon": "^9.2.4",
"typedoc": "^0.15.0",
"typescript": "4.4.0-beta",
"webpack": "4"
}
}