UNPKG

@vue.ts/common

Version:
41 lines 881 B
{ "name": "@vue.ts/common", "version": "1.0.0-beta.2", "author": "Ray <i@mk1.io> (https://github.com/so1ve)", "type": "module", "description": "Utils used by vue.ts", "keywords": [ "utils", "vue.ts" ], "homepage": "https://github.com/so1ve/vue.ts/tree/main/packages/common#readme", "repository": { "type": "git", "url": "git+https://github.com/so1ve/vue.ts.git", "directory": "/" }, "bugs": { "url": "https://github.com/so1ve/vue.ts/issues" }, "license": "MIT", "sideEffects": false, "exports": { ".": "./dist/index.js" }, "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "@rollup/pluginutils": "^5.2.0" }, "scripts": { "build": "tsdown", "watch": "tsdown --watch" } }