This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/packages/create-eslegant/package.json

34 lines
650 B
JSON
Raw Normal View History

2023-08-29 15:06:24 -03:00
{
"name": "create-eslegant",
2023-09-10 00:47:14 +00:00
"version": "0.2.0",
2023-08-29 15:06:24 -03:00
"description": "",
"keywords": [],
"author": {
"email": "contact.guz013@gmail.com",
"name": "Gustavo \"Guz\" L. de Mello",
"url": "https://guz.one"
},
"files": [
"bin.js",
"configs.js"
2023-08-29 15:06:24 -03:00
],
"dependencies": {
"@eslegant/cli": "workspace:*"
2023-08-29 15:06:24 -03:00
},
2023-08-29 15:39:01 -03:00
"homepage": "https://github.com/LoredDev/ESLegant",
2023-08-29 15:06:24 -03:00
"type": "module",
"repository": {
"directory": "packages/create-eslegant",
"type": "git",
2023-08-29 15:39:01 -03:00
"url": "https://github.com/LoredDev/ESLegant"
2023-08-29 15:06:24 -03:00
},
"bin": "./bin.js",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^20.5.3"
}
}