-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 875 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
{
"name": "vite-plugin-ssam-git",
"version": "0.1.2",
"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"
},
"author": "Daeinc",
"license": "MIT",
"dependencies": {
"ansi-regex": "^6.0.1",
"kleur": "^4.1.5"
},
"devDependencies": {
"@types/node": "^18.13.0",
"ssam": "^0.4.2",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "^4.1.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"
}