-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.73 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
59
60
61
62
{
"name": "hsutil",
"version": "3.8.1",
"main": "./bin/cjs/index.js",
"module": "./bin/esm/index.js",
"files": [
"bin/"
],
"types": "./bin/esm/index.d.ts",
"type": "module",
"scripts": {
"dev": "grunt --gruntfile Gruntfile.cjs dev",
"build": "grunt --gruntfile Gruntfile.cjs build",
"grunt": "grunt --gruntfile Gruntfile.cjs",
"prepublishOnly": "npm run grunt publish",
"postpublish": "npm version patch"
},
"keywords": [
"es6",
"logging",
"pacing",
"uniquefy",
"date-printf"
],
"license": "MIT",
"description": "Helpful Scripts cross-framework libraries ",
"homepage": "https://helpfulscripts.github.io/hsUtil/#!/api/hsUtil/0",
"author": {
"name": "masterscripter",
"email": "helpfulscripts@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/HelpfulScripts/hsUtil.git"
},
"engines": {
"node": ">= 14.2.0"
},
"plugins": [],
"devDependencies": {
"@types/jest": "26.x.x",
"coveralls": "3.1.x",
"grunt": "1.3.x",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-webpack": "4.x.x",
"grunt-coveralls": "^2.0.0",
"jest": "^26.x.x",
"eslint": "^6.8.0",
"ts-jest": "26.x.x",
"typedoc": "^0.17.6",
"typescript": "4.x.x",
"terser-webpack-plugin": "5.x.x",
"webpack": "5.x.x"
},
"dependencies": {}
}