generated from darkobits/ts-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 996 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
39
40
41
42
43
{
"name": "@darkobits/saffron",
"version": "0.32.17",
"description": "Yargs + Cosmiconfig for robust, configurable CLIs.",
"author": "darkobits",
"license": "Hippocratic",
"type": "module",
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darkobits/saffron.git"
},
"files": [
"dist"
],
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*.js"
},
"scripts": {
"prepare": "nr prepare"
},
"dependencies": {
"@darkobits/log": "^2.0.0-beta.15",
"@darkobits/valida": "^0.1.6",
"@esbuild-plugins/tsconfig-paths": "^0.1.2",
"@types/yargs": "^17.0.31",
"camelcase-keys": "^9.1.2",
"cosmiconfig": "^8.3.6",
"deepmerge": "^4.3.1",
"esbuild": "^0.19.6",
"esbuild-node-externals": "^1.9.0",
"get-tsconfig": "^4.7.2",
"read-pkg-up": "^10.1.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@darkobits/ts": "~0.19.2"
}
}