UNPKG

572 BJSONView Raw
1{
2 "name": "diez",
3 "version": "10.0.0-alpha.3",
4 "description": "The entry point for the Diez CLI.",
5 "author": "The Haiku Team <contact@haiku.ai>",
6 "license": "Proprietary",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/diez/diez.git"
10 },
11 "homepage": "https://diez.org",
12 "dependencies": {
13 "@diez/cli-core": "^10.0.0-alpha.3",
14 "@diez/createproject": "^10.0.0-alpha.3",
15 "package-json": "^6.3.0",
16 "semver": "^6.0.0"
17 },
18 "bin": {
19 "diez": "./bin/diez"
20 },
21 "gitHead": "1aabb16846e61091ecb464db195427a3026c6d98"
22}