-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 840 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 840 Bytes
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
{
"name": "vite-plugin-ssam-git",
"version": "0.1.4",
"description": "Create a Git commit through Vite dev server",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"type": "module",
"files": [
"/dist"
],
"scripts": {
"build": "tsc --noemit && tsup",
"prepublishOnly": "npm run build"
},
"author": "Daeinc",
"license": "MIT",
"devDependencies": {
"@types/node": "^25.0.10",
"ssam": "^0.22.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"keywords": [
"ssam",
"vite-plugin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cdaein/vite-plugin-ssam-git.git"
},
"bugs": {
"url": "https://github.com/cdaein/vite-plugin-ssam-git/issues"
},
"homepage": "https://github.com/cdaein/vite-plugin-ssam-git#readme"
}