@ooneex/category 0.0.1 → 0.0.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ooneex/category",
3
- "description": "",
4
- "version": "0.0.1",
3
+ "description": "TypeScript types and interfaces for content categorization with color support",
4
+ "version": "0.0.5",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
@@ -24,14 +24,21 @@
24
24
  "scripts": {
25
25
  "build": "bunup",
26
26
  "lint": "tsgo --noEmit && bunx biome lint",
27
- "publish:prod": "bun publish --tolerate-republish --access public",
28
- "publish:pack": "bun pm pack --destination ./dist",
29
- "publish:dry": "bun publish --dry-run"
27
+ "npm:publish": "bun publish --tolerate-republish --access public",
28
+ "test": "bun test tests"
30
29
  },
31
30
  "dependencies": {},
32
31
  "devDependencies": {
33
32
  "@ooneex/color": "0.0.1",
34
33
  "@ooneex/types": "0.0.1"
35
34
  },
36
- "peerDependencies": {}
35
+ "keywords": [
36
+ "bun",
37
+ "categories",
38
+ "category",
39
+ "classification",
40
+ "ooneex",
41
+ "taxonomy",
42
+ "typescript"
43
+ ]
37
44
  }
Binary file