UNPKG

@newbiz/sohomall-libs

Version:

신사업개발실 원더FE개발팀 소호몰 전용 라이브러리

83 lines (82 loc) 1.91 kB
{ "name": "@newbiz/sohomall-libs", "version": "0.1.0", "description": "신사업개발실 원더FE개발팀 소호몰 전용 라이브러리", "keywords": [ "newbiz", "vessel", "sohomall", "helper" ], "homepage": "", "license": "ISC", "author": "원더FE개발팀 <wmporg_wonder-fe-dev@wemakeprice.com>", "private": false, "repository": "https://gitlab.wonders.work/frontend/libs/newbiz-sohomall-libs", "bugs": "https://gitlab.wonders.work/frontend/libs/newbiz-sohomall-libs/issues", "types": "./dist/index.d.ts", "scripts": { "login": "vessel login", "lint": "vessel lint", "clean": "vessel clean", "build": "vessel build", "watch": "vessel build watch", "test": "vessel test", "prepublishOnly": "vessel prepublish" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "files": [ "dist", "!dist/**/*.test.d.ts", "!dist/**/*.test.js", "types", "README.md", "LICENSE" ], "minify": false, "engines": { "node": ">=8", "npm": ">=6" }, "dependencies": {}, "devDependencies": { "@types/jest": "^24.0.0", "@types/jest-diff": "latest", "@types/jquery": "^3.3.29", "@types/node": "^12.0.0", "@types/react": "^16.8.0", "jest": "^24.8.0", "jest-transform-stub": "latest", "ts-jest": "latest", "tslint": "^5.15.0", "tslint-react": "^4.0.0", "typescript": "^3.4.5" }, "eslintConfig": { "root": false, "env": { "node": true } }, "jest": { "transform": { ".[t|j]sx?$": "ts-jest", ".(bmp|gif|jpe?g|png|svg|webp|s?css|eot|[t|o]tf|woff2?)$": "jest-transform-stub" }, "testRegex": "\\.test\\.[t|j]sx?$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ], "globals": { "ts-jest": { "diagnostics": true } } } }