spine-framework 0.1.0 → 0.1.1

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.
Files changed (1) hide show
  1. package/package.json +26 -8
package/package.json CHANGED
@@ -1,11 +1,19 @@
1
1
  {
2
2
  "name": "spine-framework",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
5
  "description": "Spine — enterprise application framework built on Supabase + Netlify + React",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
- "keywords": ["spine", "framework", "supabase", "netlify", "react", "enterprise", "agentic"],
8
+ "keywords": [
9
+ "spine",
10
+ "framework",
11
+ "supabase",
12
+ "netlify",
13
+ "react",
14
+ "enterprise",
15
+ "agentic"
16
+ ],
9
17
  "homepage": "https://github.com/art-mojo-admin/spine#readme",
10
18
  "bugs": {
11
19
  "url": "https://github.com/art-mojo-admin/spine/issues"
@@ -74,7 +82,7 @@
74
82
  "test:integration": "vitest run .framework/tests/integration",
75
83
  "test:boundary": "bash scripts/boundary-check.sh",
76
84
  "test:custom": "vitest run custom/tests",
77
- "postinstall": "node -e \"try{require('./.framework/cli/welcome.cjs')}catch(e){}\"",
85
+ "postinstall": "node .framework/cli/welcome.cjs || true",
78
86
  "docs": "typedoc --config config/typedoc.json"
79
87
  },
80
88
  "dependencies": {
@@ -92,11 +100,21 @@
92
100
  "vite": "^5.0.0 || ^6.0.0"
93
101
  },
94
102
  "peerDependenciesMeta": {
95
- "@netlify/functions": { "optional": false },
96
- "react": { "optional": false },
97
- "react-dom": { "optional": false },
98
- "react-router-dom": { "optional": false },
99
- "vite": { "optional": true }
103
+ "@netlify/functions": {
104
+ "optional": false
105
+ },
106
+ "react": {
107
+ "optional": false
108
+ },
109
+ "react-dom": {
110
+ "optional": false
111
+ },
112
+ "react-router-dom": {
113
+ "optional": false
114
+ },
115
+ "vite": {
116
+ "optional": true
117
+ }
100
118
  },
101
119
  "devDependencies": {
102
120
  "@base-ui/react": "^1.4.1",