@profplum700/etsy-react 2.3.1 → 2.3.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.
Files changed (1) hide show
  1. package/package.json +80 -74
package/package.json CHANGED
@@ -1,74 +1,80 @@
1
- {
2
- "name": "@profplum700/etsy-react",
3
- "version": "2.3.1",
4
- "type": "module",
5
- "description": "React hooks for Etsy v3 API client",
6
- "main": "dist/index.cjs",
7
- "module": "dist/index.esm.js",
8
- "types": "dist/index.d.ts",
9
- "files": [
10
- "dist/**/*",
11
- "README.md"
12
- ],
13
- "scripts": {
14
- "build": "rollup -c",
15
- "build:watch": "rollup -c --watch",
16
- "test": "jest",
17
- "test:watch": "jest --watch",
18
- "test:coverage": "jest --coverage",
19
- "lint": "eslint --config ../../eslint.config.mjs .",
20
- "lint:fix": "eslint --fix --config ../../eslint.config.mjs .",
21
- "type-check": "tsc --noEmit",
22
- "prepublishOnly": "npm run build && npm run test"
23
- },
24
- "keywords": [
25
- "etsy",
26
- "api",
27
- "v3",
28
- "react",
29
- "hooks",
30
- "typescript",
31
- "javascript"
32
- ],
33
- "author": {
34
- "name": "profplum700",
35
- "email": "profplum700@users.noreply.github.com"
36
- },
37
- "license": "MIT",
38
- "repository": {
39
- "type": "git",
40
- "url": "git+https://github.com/profplum700/etsy-v3-api-client.git",
41
- "directory": "packages/etsy-react"
42
- },
43
- "bugs": {
44
- "url": "https://github.com/profplum700/etsy-v3-api-client/issues"
45
- },
46
- "homepage": "https://github.com/profplum700/etsy-v3-api-client/tree/main/packages/etsy-react#readme",
47
- "engines": {
48
- "node": ">=20.0.0"
49
- },
50
- "peerDependencies": {
51
- "@profplum700/etsy-v3-api-client": "^2.0.0",
52
- "react": "^18.0.0 || ^19.0.0"
53
- },
54
- "devDependencies": {
55
- "@profplum700/etsy-v3-api-client": "workspace:*",
56
- "@rollup/plugin-commonjs": "^28.0.6",
57
- "@rollup/plugin-node-resolve": "^16.0.1",
58
- "@rollup/plugin-typescript": "^12.1.4",
59
- "@testing-library/react": "^16.1.0",
60
- "@types/jest": "^30.0.0",
61
- "@types/react": "^18.3.18",
62
- "jest": "^30.0.5",
63
- "jest-environment-jsdom": "^30.0.5",
64
- "react": "^18.3.1",
65
- "react-dom": "^18.3.1",
66
- "rollup": "^4.45.1",
67
- "rollup-plugin-dts": "^6.1.1",
68
- "ts-jest": "^29.4.0",
69
- "typescript": "^5.5.3"
70
- },
71
- "publishConfig": {
72
- "access": "public"
73
- }
74
- }
1
+ {
2
+ "name": "@profplum700/etsy-react",
3
+ "version": "2.3.5",
4
+ "type": "module",
5
+ "description": "React hooks for Etsy v3 API client",
6
+ "main": "dist/index.cjs",
7
+ "module": "dist/index.esm.js",
8
+ "types": "dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.esm.js",
13
+ "require": "./dist/index.cjs"
14
+ }
15
+ },
16
+ "files": [
17
+ "dist/**/*",
18
+ "README.md"
19
+ ],
20
+ "keywords": [
21
+ "etsy",
22
+ "api",
23
+ "v3",
24
+ "react",
25
+ "hooks",
26
+ "typescript",
27
+ "javascript"
28
+ ],
29
+ "author": {
30
+ "name": "profplum700",
31
+ "email": "profplum700@users.noreply.github.com"
32
+ },
33
+ "license": "MIT",
34
+ "repository": {
35
+ "type": "git",
36
+ "url": "git+https://github.com/profplum700/etsy-v3-api-client.git",
37
+ "directory": "packages/etsy-react"
38
+ },
39
+ "bugs": {
40
+ "url": "https://github.com/profplum700/etsy-v3-api-client/issues"
41
+ },
42
+ "homepage": "https://github.com/profplum700/etsy-v3-api-client/tree/main/packages/etsy-react#readme",
43
+ "engines": {
44
+ "node": ">=20.0.0"
45
+ },
46
+ "peerDependencies": {
47
+ "@profplum700/etsy-v3-api-client": "^2.0.0",
48
+ "react": "^18.0.0 || ^19.0.0"
49
+ },
50
+ "devDependencies": {
51
+ "@rollup/plugin-commonjs": "^28.0.6",
52
+ "@rollup/plugin-node-resolve": "^16.0.1",
53
+ "@rollup/plugin-typescript": "^12.1.4",
54
+ "@testing-library/react": "^16.1.0",
55
+ "@types/jest": "^30.0.0",
56
+ "@types/react": "^18.3.18",
57
+ "jest": "^30.0.5",
58
+ "jest-environment-jsdom": "^30.0.5",
59
+ "react": "^18.3.1",
60
+ "react-dom": "^18.3.1",
61
+ "rollup": "^4.45.1",
62
+ "rollup-plugin-dts": "^6.1.1",
63
+ "ts-jest": "^29.4.0",
64
+ "typescript": "^5.5.3",
65
+ "@profplum700/etsy-v3-api-client": "2.3.5"
66
+ },
67
+ "publishConfig": {
68
+ "access": "public"
69
+ },
70
+ "scripts": {
71
+ "build": "rollup -c",
72
+ "build:watch": "rollup -c --watch",
73
+ "test": "jest",
74
+ "test:watch": "jest --watch",
75
+ "test:coverage": "jest --coverage",
76
+ "lint": "eslint --config ../../eslint.config.mjs .",
77
+ "lint:fix": "eslint --fix --config ../../eslint.config.mjs .",
78
+ "type-check": "tsc --noEmit"
79
+ }
80
+ }