UNPKG

@vnxjs/service

Version:
47 lines (46 loc) 1.03 kB
{ "name": "@vnxjs/service", "version": "3.5.66", "description": "Vnmf Service", "main": "index.js", "types": "types/index.d.ts", "scripts": { "build": "run-s clean prod", "dev": "tsc -w", "prod": "tsc", "clean": "rimraf dist", "prepack": "pnpm run build", "test": "jest", "test:dev": "jest --watch" }, "repository": { "type": "git", "url": "git+https://github.com/vnpaycode/vnmf.git" }, "files": [ "index.js", "dist", "types", "src" ], "keywords": [ "vnmf" ], "author": "vnpaycode", "license": "MIT", "bugs": { "url": "https://github.com/vnpaycode/vnmf/issues" }, "homepage": "https://github.com/vnpaycode/vnmf#readme", "dependencies": { "@vnxjs/helper": "3.5.66", "@vnxjs/shared": "3.5.66", "@vnxjs/vnmf": "3.5.66", "fs-extra": "^8.1.0", "joi": "^17.6.0", "lodash": "^4.17.21", "resolve": "^1.22.0", "tapable": "^1.1.3", "webpack-merge": "^4.2.2" } }