UNPKG

tools-mock

Version:

A node.js mock tool to quickly start the server via http

55 lines (54 loc) 1.4 kB
{ "name": "tools-mock", "version": "2.0.8", "main": "dist/tools-mock.js", "license": "MIT", "author": "VeigarChen", "types": "dist/index.d.ts", "scripts": { "dev": "ts-node ./src/dev.ts", "format": "prettier --write . ", "buildN": "npx tsc -p ./tsconfig.json", "build": "rollup -c rollup.config.cjs" }, "description": "A node.js mock tool to quickly start the server via http", "files": [ "dist" ], "keywords": [ "vue", "vue3", "node", "design", "mock", "httpServer", "framework", "frontend" ], "repository": { "type": "git", "url": "https://gitee.com/veigarchen" }, "homepage": "https://gitee.com/veigarchen", "devDependencies": { "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-terser": "0.4.3", "prettier": "2.8.3", "rollup": "3.29.2", "rollup-plugin-typescript2": "0.36.0", "ts-node": "10.9.2", "tslib": "2.6.2", "typescript": "5.3.3", "ws": "8.16.0" }, "dependencies": { "@types/node": "*", "@types/ws": "8.5.10", "@types/cors": "2.8.17", "cors": "2.8.5" }, "peerDependencies": { "ws": "*", "cors": "*" } }