-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 863 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 863 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
{
"name": "seven-segment-type",
"version": "0.2.0",
"description": "A library to display text on 7 segment displays",
"main": "lib/index.js",
"author": "2sh <git@2sh.me> (https://2sh.me)",
"contributors": [],
"license": "MPL-2.0",
"keywords": [
"seven-segement display",
"minimalism"
],
"repository": {
"type": "git",
"url": "https://github.com/2sh/seven-segment-type.git"
},
"bugs": {
"url": "https://github.com/2sh/seven-segment-type/issues"
},
"devDependencies": {
"@types/hyphen": "^1.6.7",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"hyphen": "^1.10.6",
"typescript": "~5.8.3",
"vite": "^6.3.4",
"vue": "^3.5.13",
"vue-tsc": "^2.2.10"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --build tsconfig.build.json",
"dev-build": "vite build"
}
}