2023-07-19 15:38:42 +03:00
|
|
|
{
|
|
|
|
"name": "@artegoser/create-ts-prod",
|
2023-08-27 13:56:39 +03:00
|
|
|
"version": "1.5.1",
|
2023-07-19 15:38:42 +03:00
|
|
|
"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": {
|
2023-08-27 13:56:26 +03:00
|
|
|
"@clack/prompts": "^0.7.0",
|
2023-07-20 21:06:26 +03:00
|
|
|
"execa": "^7.1.1",
|
2023-08-16 17:46:37 +03:00
|
|
|
"fs-extra": "^11.1.1",
|
|
|
|
"glob": "^10.3.3",
|
2023-08-27 13:56:26 +03:00
|
|
|
"handlebars": "^4.7.8"
|
2023-07-19 15:38:42 +03:00
|
|
|
}
|
|
|
|
}
|