-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 973 Bytes
/
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
{
"name": "up-default-to",
"version": "1.0.1",
"description": "Utility to determine the return value for a given property, if function specified, then returns the result of a function.",
"main": "dist/index.js",
"files": [
"LICENSE",
"dist/index.js",
"package.json"
],
"scripts": {
"build": "esbuild --bundle index.js --minify --outdir=dist/",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pavelmickevic/up-default-to.git"
},
"keywords": [
"default",
"defaultTo",
"config",
"boolean",
"function"
],
"author": "Pavel Mickevic <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pavelmickevic/up-default-to/issues"
},
"homepage": "https://github.com/pavelmickevic/up-default-to#readme",
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"babel-jest": "^29.7.0",
"esbuild": "^0.21.4",
"jest": "^29.7.0"
}
}