mirror of
https://github.com/artegoser/create-ts-prod.git
synced 2024-11-05 13:14:01 +03:00
33 lines
784 B
JSON
33 lines
784 B
JSON
{
|
|
"name": "@artegoser/create-ts-prod",
|
|
"version": "1.5.2",
|
|
"description": "Boilerplate for TypeScript projects",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"create-ts-prod": "index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/artegoser/create-ts-prod.git"
|
|
},
|
|
"keywords": [
|
|
"boilerplate",
|
|
"typescript"
|
|
],
|
|
"author": "artegoser",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/artegoser/create-ts-prod/issues"
|
|
},
|
|
"homepage": "https://github.com/artegoser/create-ts-prod#readme",
|
|
"dependencies": {
|
|
"@clack/prompts": "^0.7.0",
|
|
"execa": "^7.1.1",
|
|
"fs-extra": "^11.1.1",
|
|
"glob": "^10.3.3",
|
|
"handlebars": "^4.7.8"
|
|
}
|
|
}
|