-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 916 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
40
{
"name": "@skilitics-public/two-fingers",
"version": "2.1.0",
"description": "Normalize two fingers gestures on the web.",
"main": "lib",
"repository": {
"type": "git",
"url": "git+https://github.com/skilitics/two-fingers.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Skilitics",
"license": "MIT",
"bugs": {
"url": "https://github.com/skilitics/two-fingers/issues"
},
"homepage": "https://github.com/skilitics/two-fingers#readme",
"volta": {
"node": "20.10.0",
"pnpm": "8.11.0"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"prepare": "tsc"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.14.0",
"prettier": "2.2.1",
"typescript": "^4.2.2"
},
"files": [
"lib"
],
"keywords": [
"gesture"
]
}