-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 823 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 823 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
{
"name": "virtual-keyboard",
"version": "1.0.0",
"description": "The application imitates functionality of a real keyboard, where user can print text in two languages, edit and delete it",
"main": "index.js",
"scripts": {
"style": "sass --watch styles/index.scss styles/index.css",
"lint": "npx eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/elrouss/virtual-keyboard.git"
},
"keywords": [
"Rolling Scopes School",
"keyboard"
],
"author": "Boris Zashliapin",
"license": "ISC",
"bugs": {
"url": "https://github.com/elrouss/virtual-keyboard/issues"
},
"homepage": "https://github.com/elrouss/virtual-keyboard#readme",
"devDependencies": {
"eslint": "^8.39.0"
},
"dependencies": {
"eslint-config-airbnb-base": "^15.0.0"
}
}