-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"author": {
"email": "contact@haneru.dev",
"name": "Haneru Developers",
"url": "https://haneru.dev/"
},
"bugs": {
"email": "contact@haneru.dev",
"url": "https://github.com/inabagumi/inaba-jinja/issues"
},
"dependencies": {},
"description": "Mini apps by Haneru Developers.",
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/types": "^19.5.0",
"@inabagumi/prettier-config": "^3.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"turbo": "^2.4.0"
},
"homepage": "https://inaba-jinja.com",
"license": "MIT",
"main": "n/a",
"name": "@inabagumi/mini-apps",
"packageManager": "pnpm@10.2.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/inabagumi/inaba-jinja.git"
},
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"format": "prettier -w .",
"format-check": "prettier -c .",
"lint": "turbo lint",
"prepare": "husky",
"test": "turbo test"
},
"type": "module",
"version": "3.5.0"
}