aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 0128de5c7eb4e2cfccb7d1c8276239ee6fbf1b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "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",
    "esbuild-plugin-less": "^1.3.8",
    "less": "^4.2.0"
  }
}