ansheng-files 1.0.0

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.
Binary file
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # Ansheng Files
2
+
3
+ This package distributes the `2025 AS collection.pdf` catalog from Ansheng Technology.
4
+
5
+ ## Included file
6
+
7
+ - `2025 AS collection.pdf`
8
+
9
+ ## Usage
10
+
11
+ After installing the package, read the PDF from the installed package directory.
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "ansheng-files",
3
+ "version": "1.0.0",
4
+ "description": "Ansheng product collection PDF package.",
5
+ "license": "UNLICENSED",
6
+ "private": false,
7
+ "files": [
8
+ "2025 AS collection.pdf",
9
+ "README.md"
10
+ ],
11
+ "keywords": [
12
+ "ansheng",
13
+ "catalog",
14
+ "pdf",
15
+ "product-collection",
16
+ "drinkware",
17
+ "vacuum-ware"
18
+ ],
19
+ "publishConfig": {
20
+ "access": "public"
21
+ }
22
+ }