UNPKG

cra-template-overwolf-typescript-redux

Version:

This is the official [Overwolf TypeScript Redux](https://github.com/AlbericoD/overwolf-modern-react-boilerplate) template for [Create React App](https://github.com/facebook/create-react-app).

45 lines (44 loc) 1.2 kB
{ "name": "cra-template-overwolf-typescript-redux", "version": "3.2.1", "description": "This is the official [Overwolf TypeScript Redux](https://github.com/AlbericoD/overwolf-modern-react-boilerplate) template for [Create React App](https://github.com/facebook/create-react-app).", "main": "template.json", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/AlbericoD/overwolf-modern-react-boilerplate.git", "directory": "template/typescript-redux" }, "keywords": [ "react", "create-react-app", "template", "typescript", "overwolf", "redux", "i18n", "games" ], "author": "Albérico Dias Barreto Filho", "license": "ISC", "bugs": { "url": "https://github.com/AlbericoD/overwolf-modern-react-boilerplate/issues" }, "homepage": "https://github.com/AlbericoD/overwolf-modern-react-boilerplate#readme", "files": [ "template", "template.json" ], "engines": { "node": ">=20.11.0" }, "devDependencies": { "@semantic-release/git": "^10.0.1", "semantic-release": "^22.0.12" }, "man": [ "./README.md" ] }