generated from snek-functions/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 945 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
43
44
{
"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": {
"@cronitio/pylon": "*",
"@cronitio/pylon-server": "*",
"bull": "^4.11.5"
},
"devDependencies": {
"@types/bull": "^4.10.0",
"commitizen": "^4.2.5",
"git-cz": "^4.9.0",
"snek-query": "^0.0.104",
"@cronitio/pylon-cli": "*"
},
"scripts": {
"develop": "bun run pylon develop",
"build": "bun run pylon build"
}
}