cra-template-jinsung
Version:
Jinsung's custom template for Create React App.
33 lines (32 loc) • 677 B
JSON
{
"name": "cra-template-jinsung",
"version": "1.1.0",
"keywords": [
"react",
"create-react-app",
"template",
"tailwindcss",
"typescript",
"storybook"
],
"description": "Jinsung's custom template for Create React App.",
"main": "template.json",
"scripts": {
"test": "npx create-react-app build/test-cra --template file:./"
},
"repository": {
"type": "git",
"url": "https://github.com/Jinsung-L/cra-template-jinsung"
},
"license": "MIT",
"engines": {
"node": ">=8.10"
},
"bugs": {
"url": "https://github.com/Jinsung-L/cra-template-jinsung/issues"
},
"files": [
"template",
"template.json"
]
}