@intoinside/praxis 1.0.2 → 1.0.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/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intoinside/praxis",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "**Praxis** is an intent-first development framework that bridges **Intent‑Driven Development (IDD)** and **Spec‑Driven Development (SDD)** into a single, coherent workflow.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
7
7
|
"bin": {
|
|
8
8
|
"praxis": "src/index.js"
|
|
9
9
|
},
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"commander": "^14.0.2"
|
|
12
|
+
},
|
|
10
13
|
"scripts": {
|
|
11
14
|
"build": "tsc",
|
|
12
15
|
"prepublishOnly": "npm run build",
|
|
@@ -33,7 +36,6 @@
|
|
|
33
36
|
"homepage": "https://github.com/intoinside/Praxis#readme",
|
|
34
37
|
"devDependencies": {
|
|
35
38
|
"@types/node": "^25.0.10",
|
|
36
|
-
"commander": "^14.0.2",
|
|
37
39
|
"ts-node": "^10.9.2",
|
|
38
40
|
"typescript": "^5.9.3"
|
|
39
41
|
}
|