@assystant/cra-template
Version:
React Template by Assystant
57 lines (56 loc) • 1.29 kB
JSON
{
"name": "@assystant/cra-template",
"version": "1.0.0",
"homepage": "https://github.com/Assystant/cra-template#readme",
"keywords": [
"react",
"create-react-app",
"template",
"assystant"
],
"description": "React Template by Assystant",
"repository": {
"type": "git",
"url": "https://github.com/Assystant/cra-template"
},
"license": "MIT",
"engines": {
"node": ">=16"
},
"bugs": {
"url": "https://github.com/Assystant/cra-template/issues",
"email": "saket@assystant.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://www.opensource.org/licenses/mit-license.php"
}
],
"contributors": [
{
"name": "Saket Shukla",
"email": "saket@assystant.com",
"url": "https://in.linkedin.com/in/saket--shukla"
},
{
"name": "Shantanu Yadav",
"email": "shantanu.yadav@assystant.com",
"url": "https://in.linkedin.com/in/shantanu-yadav-62068b193/"
}
],
"files": [
"template",
"template.json"
],
"scripts": {
"preci": "rm -fr node_modules",
"ci": "yarn install --frozen-lockfile",
"lint-full": "npx eslint .",
"lint": "yarn lint-full --quiet",
"lint-fix": "yarn lint --fix"
},
"publishConfig": {
"access": "public"
}
}