-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.07 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "ts-ion-rangeslider",
"version": "0.2.2",
"description": "Cool, comfortable and easily customizable range slider with many options and skin support without jQuery dependency",
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"exports": {
"import": "./dist/index.mjs"
},
"scripts": {
"build": "tsup",
"prepublishOnly": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivkan/ts-ion-rangeslider.git"
},
"keywords": [
"typescript",
"vanilla",
"form",
"input",
"range",
"slider",
"rangeslider",
"interface",
"diapason",
"ui",
"noui",
"skins"
],
"author": "Denis Ineshin (IonDen)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivkan/ts-ion-rangeslider/issues"
},
"homepage": "https://github.com/ivkan/ts-ion-rangeslider#readme",
"devDependencies": {
"@types/jest": "^26.0.16",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"tsup": "6.5.0",
"typescript": "^4.1.2"
}
}