{
    "name": "tween-mp",
    "version": "1.0.0-r3",
    "description": "@tween/tween.js animation engine in miniprogram.",
    "keywords": [
        "@tween/tween.js",
        "animation",
        "miniprogram"
    ],
    "license": "MIT",
    "author": {
        "name": "halo951",
        "url": "https://github.com/halo951"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/halo951/small-tween/tree/mp"
    },
    "bugs": {
        "url": "https://github.com/halo951/small-tween/issues"
    },
    "sideEffects": false,
    "files": [
        "**"
    ],
    "main": "dist/index.js",
    "types": "types/index.d.ts",
    "miniprogram": "dist",
    "scripts": {
        "type-check": "vue-tsc --noEmit -p tsconfig.json --composite false",
        "build": "vite build",
        "format": "prettier -w **.ts **.md **.json"
    },
    "peerDependencies": {},
    "devDependencies": {
        "@types/node": "^24.5.1",
        "miniprogram-api-typings": "4.1.0",
        "typescript": "^5.6.2",
        "vite": "^7.1.5",
        "vite-plugin-dts": "^4.5.4"
    },
    "dependencies": {}
}
