|
1 | 1 | { |
2 | | - "name": "@useautumn/convex", |
3 | | - "description": "A autumn component for Convex.", |
4 | | - "repository": "github:useautumn/autumn-js", |
5 | | - "homepage": "https://docs.useautumn.com/setup/convex", |
6 | | - "bugs": { |
7 | | - "email": "hey@useautumn.com", |
8 | | - "url": "https://github.com/useautumn/autumn-js/issues" |
9 | | - }, |
10 | | - "version": "0.0.12", |
11 | | - "license": "Apache-2.0", |
12 | | - "keywords": [ |
13 | | - "convex", |
14 | | - "component" |
15 | | - ], |
16 | | - "type": "module", |
17 | | - "scripts": { |
18 | | - "example": "cd example && npm run dev", |
19 | | - "dashboard": "cd example && npx convex dashboard", |
20 | | - "dev": "run-p 'example' 'build:watch'", |
21 | | - "setup": "npm i && npm run build && cd example && npm i && npx convex dev --once", |
22 | | - "build:watch": "cd src && npx chokidar '../tsconfig.json' '*.ts' 'react/**/*.ts' 'component/**/*.ts' 'client/**/*.ts' -c 'npm run build' --initial", |
23 | | - "build": "tsc --project ./tsconfig.build.json && tsc-alias -p tsconfig.build.json && echo '{ \"type\": \"module\" }' > dist/package.json", |
24 | | - "typecheck": "tsc --noEmit", |
25 | | - "clean": "rm -rf dist tsconfig.build.tsbuildinfo", |
26 | | - "alpha": "npm run clean && npm run build && run-p test lint typecheck attw && npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags", |
27 | | - "release": "npm run clean && npm run build && run-p test lint typecheck attw && npm version patch && npm publish && git push --tags", |
28 | | - "test": "vitest run --typecheck", |
29 | | - "test:watch": "vitest --typecheck", |
30 | | - "test:debug": "vitest --inspect-brk --no-file-parallelism", |
31 | | - "test:coverage": "vitest run --coverage --coverage.reporter=text", |
32 | | - "lint": "eslint src", |
33 | | - "attw": "attw $(npm pack -s) --exclude-entrypoints ./convex.config --profile esm-only", |
34 | | - "version": "pbcopy <<<$npm_package_version; vim CHANGELOG.md && git add CHANGELOG.md" |
35 | | - }, |
36 | | - "files": [ |
37 | | - "dist", |
38 | | - "src" |
39 | | - ], |
40 | | - "exports": { |
41 | | - "./package.json": "./package.json", |
42 | | - ".": { |
43 | | - "@convex-dev/component-source": "./src/client/index.ts", |
44 | | - "types": "./dist/client/index.d.ts", |
45 | | - "default": "./dist/client/index.js" |
46 | | - }, |
47 | | - "./convex.config": { |
48 | | - "@convex-dev/component-source": "./src/component/convex.config.ts", |
49 | | - "types": "./dist/component/convex.config.d.ts", |
50 | | - "default": "./dist/component/convex.config.js" |
51 | | - } |
52 | | - }, |
53 | | - "peerDependencies": { |
54 | | - "convex": "^1.25.0", |
55 | | - "react": "^18.3.1 || ^19.0.0", |
56 | | - "autumn-js": "^0.1.24" |
57 | | - }, |
58 | | - "devDependencies": { |
59 | | - "autumn-js": "workspace:*", |
60 | | - "@arethetypeswrong/cli": "^0.17.4", |
61 | | - "@edge-runtime/vm": "^5.0.0", |
62 | | - "@eslint/js": "9.29.0", |
63 | | - "@types/node": "18.17.0", |
64 | | - "chokidar-cli": "3.0.0", |
65 | | - "convex-test": "0.0.37", |
66 | | - "eslint": "9.29.0", |
67 | | - "eslint-plugin-react": "^7.37.5", |
68 | | - "eslint-plugin-react-hooks": "^5.2.0", |
69 | | - "globals": "^15.9.0", |
70 | | - "npm-run-all2": "7.0.2", |
71 | | - "prettier": "3.2.5", |
72 | | - "tsc-alias": "^1.8.16", |
73 | | - "typescript": "5.5.4", |
74 | | - "typescript-eslint": "8.34.1", |
75 | | - "vitest": "3.2.4" |
76 | | - }, |
77 | | - "peerDependenciesMeta": { |
78 | | - "autumn-js": { |
79 | | - "optional": false |
80 | | - } |
81 | | - }, |
82 | | - "types": "./dist/client/index.d.ts", |
83 | | - "module": "./dist/client/index.js", |
84 | | - "dependencies": { |
85 | | - "convex-helpers": "^0.1.104" |
86 | | - } |
| 2 | + "name": "@useautumn/convex", |
| 3 | + "description": "A autumn component for Convex.", |
| 4 | + "repository": "github:useautumn/autumn-js", |
| 5 | + "homepage": "https://docs.useautumn.com/setup/convex", |
| 6 | + "bugs": { |
| 7 | + "email": "hey@useautumn.com", |
| 8 | + "url": "https://github.com/useautumn/autumn-js/issues" |
| 9 | + }, |
| 10 | + "version": "0.0.15", |
| 11 | + "license": "Apache-2.0", |
| 12 | + "keywords": [ |
| 13 | + "convex", |
| 14 | + "component" |
| 15 | + ], |
| 16 | + "type": "module", |
| 17 | + "scripts": { |
| 18 | + "example": "cd example && npm run dev", |
| 19 | + "dashboard": "cd example && npx convex dashboard", |
| 20 | + "dev": "run-p 'example' 'build:watch'", |
| 21 | + "setup": "npm i && npm run build && cd example && npm i && npx convex dev --once", |
| 22 | + "build:watch": "cd src && npx chokidar '../tsconfig.json' '*.ts' 'react/**/*.ts' 'component/**/*.ts' 'client/**/*.ts' -c 'npm run build' --initial", |
| 23 | + "build": "tsc --project ./tsconfig.build.json && tsc-alias -p tsconfig.build.json && echo '{ \"type\": \"module\" }' > dist/package.json", |
| 24 | + "typecheck": "tsc --noEmit", |
| 25 | + "clean": "rm -rf dist tsconfig.build.tsbuildinfo", |
| 26 | + "alpha": "npm run clean && npm run build && run-p test lint typecheck attw && npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags", |
| 27 | + "release": "npm run clean && npm run build && run-p test lint typecheck attw && npm version patch && npm publish && git push --tags", |
| 28 | + "test": "vitest run --typecheck", |
| 29 | + "test:watch": "vitest --typecheck", |
| 30 | + "test:debug": "vitest --inspect-brk --no-file-parallelism", |
| 31 | + "test:coverage": "vitest run --coverage --coverage.reporter=text", |
| 32 | + "lint": "eslint src", |
| 33 | + "attw": "attw $(npm pack -s) --exclude-entrypoints ./convex.config --profile esm-only", |
| 34 | + "version": "pbcopy <<<$npm_package_version; vim CHANGELOG.md && git add CHANGELOG.md" |
| 35 | + }, |
| 36 | + "files": [ |
| 37 | + "dist", |
| 38 | + "src" |
| 39 | + ], |
| 40 | + "exports": { |
| 41 | + "./package.json": "./package.json", |
| 42 | + ".": { |
| 43 | + "@convex-dev/component-source": "./src/client/index.ts", |
| 44 | + "types": "./dist/client/index.d.ts", |
| 45 | + "default": "./dist/client/index.js" |
| 46 | + }, |
| 47 | + "./convex.config": { |
| 48 | + "@convex-dev/component-source": "./src/component/convex.config.ts", |
| 49 | + "types": "./dist/component/convex.config.d.ts", |
| 50 | + "default": "./dist/component/convex.config.js" |
| 51 | + } |
| 52 | + }, |
| 53 | + "peerDependencies": { |
| 54 | + "convex": "^1.25.0", |
| 55 | + "react": "^18.3.1 || ^19.0.0", |
| 56 | + "autumn-js": "^0.1.24" |
| 57 | + }, |
| 58 | + "devDependencies": { |
| 59 | + "autumn-js": "workspace:*", |
| 60 | + "@arethetypeswrong/cli": "^0.17.4", |
| 61 | + "@edge-runtime/vm": "^5.0.0", |
| 62 | + "@eslint/js": "9.29.0", |
| 63 | + "@types/node": "18.17.0", |
| 64 | + "chokidar-cli": "3.0.0", |
| 65 | + "convex-test": "0.0.37", |
| 66 | + "eslint": "9.29.0", |
| 67 | + "eslint-plugin-react": "^7.37.5", |
| 68 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 69 | + "globals": "^15.9.0", |
| 70 | + "npm-run-all2": "7.0.2", |
| 71 | + "prettier": "3.2.5", |
| 72 | + "tsc-alias": "^1.8.16", |
| 73 | + "typescript": "5.5.4", |
| 74 | + "typescript-eslint": "8.34.1", |
| 75 | + "vitest": "3.2.4" |
| 76 | + }, |
| 77 | + "peerDependenciesMeta": { |
| 78 | + "autumn-js": { |
| 79 | + "optional": false |
| 80 | + } |
| 81 | + }, |
| 82 | + "types": "./dist/client/index.d.ts", |
| 83 | + "module": "./dist/client/index.js", |
| 84 | + "dependencies": { |
| 85 | + "convex-helpers": "^0.1.104" |
| 86 | + } |
87 | 87 | } |
0 commit comments