UNPKG

@soartec-lab/plop-create-remix-route

Version:
38 lines (37 loc) 938 B
{ "name": "@soartec-lab/plop-create-remix-route", "version": "1.0.0", "description": "remix route/feature component generator by `plop`", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "test", "build": "rm -rf dist && tsc && cp -r src/templates dist/templates", "release": "npm publish --access public" }, "repository": { "type": "git", "url": "git+https://github.com/soartec-lab/plop-create-remix-route.git" }, "keywords": [ "remix", "react", "plop" ], "author": { "name": "Shodai Suzuki", "email": "shodaiconnection@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/soartec-lab/plop-create-remix-route/issues" }, "homepage": "https://github.com/soartec-lab/plop-create-remix-route#readme", "devDependencies": { "typescript": "^5.4.5" }, "dependencies": { "plop": "^4.0.1" } }