UNPKG

@vnxjs/helper

Version:
59 lines (58 loc) 1.52 kB
{ "name": "@vnxjs/helper", "version": "3.5.66", "description": "Vnmf Helper", "main": "index.js", "types": "dist/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" ], "keywords": [ "vnmf" ], "author": "vnpaycode", "license": "MIT", "bugs": { "url": "https://github.com/vnpaycode/vnmf/issues" }, "homepage": "https://github.com/vnpaycode/vnmf#readme", "dependencies": { "@babel/core": "^7.14.5", "@babel/parser": "^7.14.5", "@babel/plugin-proposal-decorators": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.14.5", "@babel/plugin-transform-runtime": "^7.14.5", "@babel/preset-env": "^7.14.5", "@babel/preset-typescript": "^7.14.5", "@babel/register": "^7.14.5", "@babel/runtime": "^7.14.5", "@swc/core": "^1.2.204", "@swc/register": "^0.1.10", "ansi-escapes": "^4.3.2", "chalk": "3.0.0", "chokidar": "^3.3.1", "cross-spawn": "^7.0.3", "debug": "4.3.4", "find-yarn-workspace-root": "2.0.0", "fs-extra": "^8.0.1", "lodash": "^4.17.21", "resolve": "^1.22.0", "supports-hyperlinks": "^2.2.0", "yauzl": "2.10.0" } }