create-proto 0.4.1 → 0.4.3

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/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-proto",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "Scaffold a new Proto prototype: `npm create proto@latest myapp`. Designer-first native iOS prototyping environment that pairs with Claude Code.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -14,35 +14,28 @@
14
14
  "bugs": {
15
15
  "url": "https://github.com/sherizan/proto/issues"
16
16
  },
17
- "keywords": [
18
- "proto",
19
- "expo",
20
- "react-native",
21
- "prototyping",
22
- "design-tool",
23
- "ios",
24
- "simulator",
25
- "scaffold",
26
- "create"
27
- ],
17
+ "keywords": ["proto", "expo", "react-native", "prototyping", "design-tool", "ios", "simulator", "scaffold", "create"],
28
18
  "bin": {
29
19
  "create-proto": "./dist/index.js"
30
20
  },
31
- "files": [
32
- "dist",
33
- "template",
34
- "README.md",
35
- "LICENSE"
36
- ],
21
+ "files": ["dist", "template", "README.md", "LICENSE"],
37
22
  "engines": {
38
23
  "node": ">=18"
39
24
  },
40
25
  "publishConfig": {
41
26
  "access": "public"
42
27
  },
28
+ "scripts": {
29
+ "build": "tsc -p tsconfig.json",
30
+ "typecheck": "tsc -p tsconfig.json --noEmit",
31
+ "test": "vitest run",
32
+ "sync-template": "tsx scripts/sync-template.ts",
33
+ "prebuild": "tsx scripts/sync-template.ts",
34
+ "prepublishOnly": "tsx scripts/sync-template.ts && tsc -p tsconfig.json"
35
+ },
43
36
  "dependencies": {
44
37
  "@clack/prompts": "^0.7.0",
45
- "@sherizan/proto-cli": "^0.4.1",
38
+ "@sherizan/proto-cli": "workspace:^0.4.2",
46
39
  "fs-extra": "^11.2.0",
47
40
  "qrcode-terminal": "^0.12.0",
48
41
  "validate-npm-package-name": "^5.0.1"
@@ -53,12 +46,5 @@
53
46
  "@types/qrcode-terminal": "^0.12.2",
54
47
  "@types/validate-npm-package-name": "^4.0.2",
55
48
  "tsx": "^4.15.0"
56
- },
57
- "scripts": {
58
- "build": "tsc -p tsconfig.json",
59
- "typecheck": "tsc -p tsconfig.json --noEmit",
60
- "test": "vitest run",
61
- "sync-template": "tsx scripts/sync-template.ts",
62
- "prebuild": "tsx scripts/sync-template.ts"
63
49
  }
64
- }
50
+ }
Binary file
Binary file