-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 900 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 900 Bytes
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
{
"name": "premium-utils",
"version": "1.0.12",
"description": "High quality utility functions coded by hand in Italy. Award winning algorithms setting the standard for clean code and reusability. Unrivaled in network requests, formatting, conversions, and much more",
"keywords": ["premium", "utility", "util", "useful", "network requests", "http", "https", "time", "color", "formatting", "conversions", "prototype", "extensions"],
"homepage": "https://github.com/inwake/premium-utils",
"bugs": {
"url": "https://github.com/inwake/premium-utils/issues"
},
"author": "inwake",
"license": "ISC",
"main": "index.js",
"exports": {".": "./index.js"},
"type": "module",
"scripts": {
"test": "node ./test/formatDateTest.js"
},
"repository": {
"type": "git",
"url": "https://github.com/inwake/premium-utils.git"
},
"engines": {
"node": ">=16.0.0"
}
}