aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 917d689a4785e1022eeac695135534c16e238556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "gleam-wechat-dev-tools",
  "version": "0.1.0",
  "description": "build wechat miniprogram with gleam",
  "scripts": {},
  "author": "Kai WU",
  "license": "MIT",
  "dependencies": {
    "esbuild": "^0.23.0",
    "less": "^4.2.0"
  }
}