@newbiz/admin-script-libs
Version:
신사업 프론트엔드 공통 어드민 셋업 라이브러리.
80 lines (79 loc) • 1.89 kB
JSON
{
"name": "@newbiz/admin-script-libs",
"version": "0.8.0",
"description": "신사업 프론트엔드 공통 어드민 셋업 라이브러리.",
"keywords": [
"newbiz",
"vessel",
"admin",
"script",
"dev",
"setup"
],
"homepage": "",
"license": "ISC",
"author": "신사업프론트개발 <newbiz-fe@wemakeprice.com>",
"private": false,
"repository": "https://stash.wemakeprice.com/scm/fe/newbiz-admin-script-libs.git",
"bugs": "https://jira.wemakeprice.com/projects/WFE",
"bin": {
"admin-script": "./bin/admin-script.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"login": "vessel login",
"lint": "vessel lint",
"lint:fix": "vessel lint fix",
"clean": "vessel clean",
"build": "vessel build",
"watch": "vessel build watch",
"test": "vessel test",
"test:watch": "vessel test watch",
"test:coverage": "vessel test coverage",
"prepublishOnly": "vessel prepublish"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"files": [
"bin",
"dist",
"!dist/test",
"!dist/**/@setup.d.ts",
"!dist/**/@setup.js",
"!dist/**/*.test.d.ts",
"!dist/**/*.test.js",
"templates",
"types",
"CHANGELOG.md",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=10",
"npm": ">=6"
},
"dependencies": {
"cross-spawn": "^7.0.2",
"fs-extra": "^9.0.0",
"json-stringify-pretty-compact": "^2.0.0"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.1",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6"
},
"bundledDependencies": [
"cross-spawn",
"fs-extra",
"json-stringify-pretty-compact"
],
"vessel": {
"minVersion": "3.3.0"
}
}