-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"devDependencies": {
"@supabase/supabase-js": "^2.8.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},
"name": "j-supabase",
"version": "1.0.17",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "npm publish --access public",
"build": "run-p build:*",
"build:main": "npx tsc -p tsconfig.json",
"build:module": "npx tsc -p tsconfig.module.json"
},
"keywords": [
"supabase",
"authentication",
"subscriptions",
"realtime",
"j-supabase"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jdgamble555/j-supabase"
},
"author": "Jonathan Gamble",
"bugs": {
"url": "https://github.com/jdgamble555/j-supabase/issues"
},
"homepage": "https://github.com/jdgamble555/j-supabase",
"license": "ISC",
"description": ""
}