-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 733 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
{
"name": "@noneinnon/kombine",
"version": "0.1.0",
"description": "",
"main": "dist/kombine.mjs",
"exports": "dist/kombine.mjs",
"scripts": {
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "vite build",
"build:watch": "vite build --watch",
"publish": "pnpm build && pnpm publish"
},
"files": [
"dist/**/*"
],
"keywords": [],
"author": "Anton Baranov",
"repository": {
"type": "git",
"url": "https://github.com/noneinnon/kombine"
},
"homepage": "https://github.com/noneinnon/kombine/README.md",
"license": "ISC",
"devDependencies": {
"lodash": "^4.17.21",
"vite": "^3.2.4",
"vitest": "^0.25.3"
},
"volta": {
"node": "16.19.0"
}
}