omp-vcc 0.1.1 → 0.1.2
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 +17 -8
package/package.json
CHANGED
|
@@ -1,18 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omp-vcc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Algorithmic VCC compaction for omp - fast lossless no-LLM",
|
|
5
|
-
"
|
|
5
|
+
"author": "Zhu Lin <zhulin@czl.my>",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/zhulinchng/omp-vcc.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/zhulinchng/omp-vcc#readme",
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/zhulinchng/omp-vcc/issues"
|
|
13
|
+
},
|
|
6
14
|
"keywords": [
|
|
7
15
|
"oh-my-pi",
|
|
8
16
|
"omp",
|
|
9
|
-
"
|
|
17
|
+
"pi",
|
|
18
|
+
"oh-my-pi",
|
|
19
|
+
"plugin",
|
|
20
|
+
"vcc",
|
|
21
|
+
"compaction",
|
|
22
|
+
"pi-package"
|
|
10
23
|
],
|
|
11
24
|
"license": "MIT",
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/zhulinchng/omp-vcc.git"
|
|
15
|
-
},
|
|
16
25
|
"files": [
|
|
17
26
|
"extensions",
|
|
18
27
|
"skills",
|
|
@@ -99,6 +108,6 @@
|
|
|
99
108
|
"test": "bun test",
|
|
100
109
|
"smoke": "bun run scripts/smoke.ts",
|
|
101
110
|
"postuninstall": "node scripts/uninstall-reset.js || true",
|
|
102
|
-
"prepublishOnly": "npm run typecheck"
|
|
111
|
+
"prepublishOnly": "npm run typecheck && npm test && npm run smoke"
|
|
103
112
|
}
|
|
104
113
|
}
|