|
1 | 1 | { |
2 | 2 | "name": "react-native-webgpu", |
3 | | - "version": "0.5.15", |
| 3 | + "version": "0.0.0-development", |
4 | 4 | "description": "React Native WebGPU", |
5 | 5 | "main": "lib/commonjs/index", |
6 | 6 | "module": "lib/module/index", |
|
27 | 27 | "lint": "eslint . --ext .ts,.tsx --max-warnings 0 --cache --fix", |
28 | 28 | "tsc": "tsc --noEmit", |
29 | 29 | "build": "bob build", |
| 30 | + "release": "semantic-release", |
30 | 31 | "build-dawn": "tsx scripts/build/dawn.ts", |
31 | 32 | "clean-dawn": "rimraf ./libs && rimraf ../../externals/dawn/out", |
32 | 33 | "clang-format": "yarn clang-format-ios && yarn clang-format-android && yarn clang-format-common", |
|
53 | 54 | }, |
54 | 55 | "homepage": "https://wcandillon.github.io/react-native-webgpu/", |
55 | 56 | "publishConfig": { |
56 | | - "registry": "https://registry.npmjs.org/" |
| 57 | + "registry": "https://registry.npmjs.org/", |
| 58 | + "access": "public", |
| 59 | + "provenance": true |
57 | 60 | }, |
58 | 61 | "devDependencies": { |
| 62 | + "@semantic-release/commit-analyzer": "^13.0.0", |
| 63 | + "@semantic-release/exec": "^7.0.3", |
| 64 | + "@semantic-release/github": "^10.3.3", |
| 65 | + "@semantic-release/release-notes-generator": "^14.0.1", |
59 | 66 | "@types/jest": "^29.5.12", |
60 | 67 | "@types/lodash": "^4.17.5", |
61 | 68 | "@types/node": "^20.14.7", |
|
87 | 94 | "react-native-worklets": "0.8.3", |
88 | 95 | "rimraf": "^5.0.7", |
89 | 96 | "seedrandom": "^3.0.5", |
| 97 | + "semantic-release": "^24.1.0", |
| 98 | + "semantic-release-yarn": "^3.0.2", |
90 | 99 | "teapot": "^1.0.0", |
91 | 100 | "ts-morph": "^22.0.0", |
92 | 101 | "tsx": "^4.20.5", |
|
0 commit comments