-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.29 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
{
"name": "tutility",
"version": "5.3.0",
"description": "Utility functions",
"main": "index.js",
"scripts": {
"build": "gulp",
"compile-ts": "tsc -p tsconfig.json",
"compileToUmd": "gulp compileToUmd",
"test": "jest",
"deploy": "gulp generateDoc",
"lint": "eslint ./src --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tusharnimje21/Utils.git"
},
"author": "Tushar Nimje",
"license": "MIT",
"bugs": {
"url": "https://github.com/tusharnimje21/Utils/issues"
},
"homepage": "https://github.com/tusharnimje21/Utils#readme",
"keywords": [
"utility",
"javaScript-utility",
"helper-functions",
"utils",
"utilities",
"utility-functions",
"tutility"
],
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/preset-env": "7.22.20",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"babel-core": "6.26.3",
"babel-jest": "29.7.0",
"babel-plugin-transform-object-assign": "6.22.0",
"del": "7.1.0",
"device-detector-js": "3.0.3",
"eslint": "^8.50.0",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-jsdoc3": "3.0.0",
"gulp-rename": "2.0.0",
"gulp-rollup": "2.17.0",
"jest": "29.7.0",
"typescript": "5.3.2"
}
}