@youngjuning/create-coding-style
Version:
Init coding style in exist project
53 lines (52 loc) • 1.22 kB
JSON
{
"name": "@youngjuning/create-coding-style",
"version": "2.0.4",
"description": "Init coding style in exist project",
"keywords": [
"youngjuning",
"eslint",
"prettier",
"yorkie",
"lint-stage",
"editorconfig"
],
"files": [
"lib",
"template"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prebuild": "rimraf lib",
"build": "tsc",
"dev": "yarn build -w"
},
"publishConfig": {
"access": "public"
},
"bin": {
"create-coding-style": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youngjuning/youngjuning.git",
"directory": "packages/create-coding-style"
},
"author": {
"name": "Aaron Young",
"email": "youngjuning@aliyun.com",
"url": "https://youngjuning.js.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/youngjuning/youngjuning/issues"
},
"homepage": "https://github.com/youngjuning/youngjuning/tree/main/packages/create-coding-style#readme",
"dependencies": {
"chalk": "^4.1.2",
"enquirer": "^2.3.6",
"execa": "^5.1.1",
"fs-extra": "^10.0.0"
},
"gitHead": "9d44a5d3fa08e71909cee66d44f3635ca2e8f60b"
}