-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 982 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 982 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
37
38
39
40
41
42
43
44
45
{
"name": "@musodojo/md-note",
"private": false,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"lit": "^2.7.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"typescript": "^5.1.6",
"vite": "^4.4.7"
},
"description": "Muso Dojo note web component built with Lit",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/musodojo/md-note.git"
},
"keywords": [
"Muso",
"Dojo",
"note",
"web",
"component",
"Lit",
"music",
"guitar",
"piano",
"violin"
],
"author": "Muso Dojo <musodojomail@gmail.com>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/musodojo/md-note/issues"
},
"homepage": "https://github.com/musodojo/md-note#readme"
}