-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 970 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": "@magik_io/cauldron",
"version": "0.3.1",
"description": "With the help of your beloved familiar, become an arcane master of the cauldron",
"engines": {
"node": "22",
"yarn": "4.3.1"
},
"scripts": {
"run": "tsx node/index.ts",
"changelog": "git cliff --unreleased --prepend CHANGELOG.md"
},
"dependencies": {
"consola": "^3.2.3",
"sql-template-tag": "^5.2.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@magik_io/lint_golem": "^3.4.0",
"@types/node": "^22.1.0",
"eslint": "^9.8.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
},
"authors": [
{
"name": "Antonio B.",
"email": "Abourassa@AssetVal.com",
"github": "https://github.com/Abourass"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/MagikIO/cauldron.git"
},
"browserslist": [
"last 2 version",
"> 1%"
],
"license": "MIT"
}