-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 885 Bytes
/
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
{
"name": "@snek-functions/template",
"baseURL": "https://schettn-special-umbrella-q66979jv7gh4w59-3000.preview.app.github.dev",
"version": "0.0.1",
"type": "module",
"description": "Generated with `sf new`",
"author": "snek-at",
"exports": {
"./client": "./src/client/index.ts",
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"./client": [
"./src/client/index.ts"
]
}
},
"files": [
"src/client",
"package.json"
],
"config": {
"commitizen": {
"path": "git-cz"
}
},
"dependencies": {
"@snek-at/function": "*",
"@snek-at/function-cli": "*",
"@snek-at/function-server": "*"
},
"devDependencies": {
"commitizen": "^4.2.5",
"git-cz": "^4.9.0",
"snek-query": "^0.0.53"
},
"scripts": {
"develop": "yarn sf develop",
"build": "yarn sf build"
}
}