-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.64 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
50
51
52
53
54
55
56
57
58
{
"name": "@armino-dev/jquery-timed-dialog",
"title": "jQuery Timed Dialog",
"version": "1.1.7",
"description": "A jQuery timed dialog UI",
"homepage": "https://github.com/armino-dev/jquery-timed-dialog#readme",
"main": "dist/timed-dialog.min.js",
"scripts": {
"build": "npm run prod",
"unit": "karma start karma.conf.js",
"report-coverage": "codecov",
"test": "npm run unit",
"dev": "NODE_ENV=development node esbuild.mjs",
"prod": "NODE_ENV=production node esbuild.mjs",
"lint": "npx eslint ./src/**/*.js",
"format": "npx eslint ./src/**/*.js --fix",
"watch": "NODE_ENV=development node esbuild.mjs --watch",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/armino-dev/jquery-timed-dialog.git"
},
"keywords": [
"jQuery",
"jQuery Timed Dialog",
"Dialog",
"UI"
],
"author": {
"name": "Armino Popp, <[email protected]>",
"url": "https://github.com/armino-dev/jquery-timed-dialog"
},
"dependencies": {
"jquery": "^3.7.1"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"codecov": "^3.8.2",
"esbuild": "^0.24.0",
"esbuild-sass-plugin": "^3.3.1",
"eslint": "^9.15.0",
"eslint-config-jquery": "^3.0.2",
"eslint-plugin-jquery": "^1.5.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.0.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"puppeteer": "^23.8.0",
"release-it": "^17.10.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/armino-dev/jquery-timed-dialog/issues"
}
}