UNPKG

@ray-js/smart-ui-typings

Version:

@ray-js/smart-ui 智能小程序 UI 框架的类型声明文件

36 lines 848 B
{ "name": "@ray-js/smart-ui-typings", "description": "@ray-js/smart-ui 智能小程序 UI 框架的类型声明文件", "typings": "dist/index.d.ts", "author": "MiniApp Team", "keywords": [ "@ray-js/smart-ui", "smart-ui", "weapp" ], "license": "MIT", "files": [ "dist" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "@types/wechat-miniprogram": "^3.4.0" }, "version": "1.0.0-beta.0", "devDependencies": { "@types/postcss-less": "^4.0.2", "postcss": "^8.4.13", "postcss-less": "^6.0.0", "prettier": "^2.6.2", "rimraf": "^5.0.5", "typescript": "^4.4.3" }, "scripts": { "dev": "tsc -w", "build": "rimraf dist && tsc -p tsconfig.json", "release": "pnpm build && pnpm publish --no-git-check" } }