-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.55 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
52
53
54
55
{
"name": "@akdasa-studios/framework-firebase",
"version": "0.2.5",
"description": "Firebease support for Framework",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"./dist/index.js",
"./dist/index.d.ts"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"test": "jest && stryker run",
"test:unit": "jest",
"lint": "eslint ./lib --ext .ts",
"build": "webpack && tsc --emitDeclarationOnly --declaration --outDir ./temp && api-extractor run --local && true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akdasa-studios/framework.git"
},
"author": "Advaita Kṛṣṇa Dāsa",
"license": "ISC",
"bugs": {
"url": "https://github.com/akdasa-studios/framework/issues"
},
"homepage": "https://github.com/akdasa-studios/framework#readme",
"dependencies": {
"@akdasa-studios/framework": "0.2.3",
"firebase": "^9.15.0"
},
"devDependencies": {
"@stryker-mutator/core": "^6.3.0",
"@stryker-mutator/jest-runner": "^6.3.0",
"@stryker-mutator/typescript-checker": "^6.3.0",
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"jest": "^29.3.1",
"resolve-tspaths": "^0.8.3",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"webpack-cli": "^5.0.0",
"webpack": "^5.75.0",
"@microsoft/api-extractor": "^7.33.6"
}
}