@luckystack/devkit 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,65 +1,65 @@
1
- {
2
- "name": "@luckystack/devkit",
3
- "version": "0.1.4",
4
- "private": false,
5
- "publishConfig": {
6
- "access": "public"
7
- },
8
- "type": "module",
9
- "description": "Dev-time tooling for LuckyStack: hot reload, route discovery, generated type-map emitter, Zod schema emitter, deploy-config validator CLI. Install as a devDependency in projects that build LuckyStack apps locally.",
10
- "license": "MIT",
11
- "author": "Mathijs van Melick <mathijsvanmelick3@gmail.com>",
12
- "repository": {
13
- "type": "git",
14
- "url": "git+https://github.com/ItsLucky23/LuckyStack-v2.git",
15
- "directory": "packages/devkit"
16
- },
17
- "homepage": "https://github.com/ItsLucky23/LuckyStack-v2/tree/master/packages/devkit#readme",
18
- "bugs": {
19
- "url": "https://github.com/ItsLucky23/LuckyStack-v2/issues"
20
- },
21
- "keywords": [
22
- "luckystack",
23
- "dev-tools",
24
- "hot-reload",
25
- "code-generation",
26
- "type-map",
27
- "zod-emitter"
28
- ],
29
- "engines": {
30
- "node": ">=20.0.0"
31
- },
32
- "main": "./dist/index.js",
33
- "types": "./dist/index.d.ts",
34
- "exports": {
35
- ".": {
36
- "types": "./dist/index.d.ts",
37
- "import": "./dist/index.js"
38
- }
39
- },
40
- "bin": {
41
- "luckystack-validate-deploy": "./dist/cli/validateDeploy.js"
42
- },
43
- "files": [
44
- "dist",
45
- "README.md",
46
- "CLAUDE.md",
47
- "docs",
48
- "LICENSE",
49
- "CHANGELOG.md"
50
- ],
51
- "scripts": {
52
- "build": "tsup",
53
- "build:watch": "tsup --watch",
54
- "test": "vitest run"
55
- },
56
- "dependencies": {
57
- "@luckystack/core": "^0.1.4",
58
- "chokidar": "^5.0.0"
59
- },
60
- "peerDependencies": {
61
- "@prisma/client": "^6.19.0",
62
- "typescript": ">=5.7.3 <7.0.0",
63
- "zod": "^4.0.0"
64
- }
65
- }
1
+ {
2
+ "name": "@luckystack/devkit",
3
+ "version": "0.1.5",
4
+ "private": false,
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
+ "type": "module",
9
+ "description": "Dev-time tooling for LuckyStack: hot reload, route discovery, generated type-map emitter, Zod schema emitter, deploy-config validator CLI. Install as a devDependency in projects that build LuckyStack apps locally.",
10
+ "license": "MIT",
11
+ "author": "Mathijs van Melick <mathijsvanmelick3@gmail.com>",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/ItsLucky23/LuckyStack-v2.git",
15
+ "directory": "packages/devkit"
16
+ },
17
+ "homepage": "https://github.com/ItsLucky23/LuckyStack-v2/tree/master/packages/devkit#readme",
18
+ "bugs": {
19
+ "url": "https://github.com/ItsLucky23/LuckyStack-v2/issues"
20
+ },
21
+ "keywords": [
22
+ "luckystack",
23
+ "dev-tools",
24
+ "hot-reload",
25
+ "code-generation",
26
+ "type-map",
27
+ "zod-emitter"
28
+ ],
29
+ "engines": {
30
+ "node": ">=20.0.0"
31
+ },
32
+ "main": "./dist/index.js",
33
+ "types": "./dist/index.d.ts",
34
+ "exports": {
35
+ ".": {
36
+ "types": "./dist/index.d.ts",
37
+ "import": "./dist/index.js"
38
+ }
39
+ },
40
+ "bin": {
41
+ "luckystack-validate-deploy": "./dist/cli/validateDeploy.js"
42
+ },
43
+ "files": [
44
+ "dist",
45
+ "README.md",
46
+ "CLAUDE.md",
47
+ "docs",
48
+ "LICENSE",
49
+ "CHANGELOG.md"
50
+ ],
51
+ "scripts": {
52
+ "build": "tsup",
53
+ "build:watch": "tsup --watch",
54
+ "test": "vitest run"
55
+ },
56
+ "dependencies": {
57
+ "@luckystack/core": "^0.1.5",
58
+ "chokidar": "^5.0.0"
59
+ },
60
+ "peerDependencies": {
61
+ "@prisma/client": "^6.19.0",
62
+ "typescript": ">=5.7.3 <7.0.0",
63
+ "zod": "^4.0.0"
64
+ }
65
+ }