1 | {
|
2 | "name": "@vant/touch-emulator",
|
3 | "version": "1.4.0",
|
4 | "description": "Vant touch emulator",
|
5 | "main": "dist/index.js",
|
6 | "module": "dist/index.mjs",
|
7 | "scripts": {
|
8 | "build": "node ./build.js",
|
9 | "prepare": "pnpm build"
|
10 | },
|
11 | "publishConfig": {
|
12 | "access": "public",
|
13 | "registry": "https://registry.npmjs.org/"
|
14 | },
|
15 | "repository": {
|
16 | "type": "git",
|
17 | "url": "https://github.com/vant-ui/vant.git",
|
18 | "directory": "packages/vant-touch-emulator"
|
19 | },
|
20 | "bugs": "https://github.com/vant-ui/vant/issues",
|
21 | "author": "chenjiahan",
|
22 | "license": "MIT"
|
23 | }
|