aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 5f818b66d108899e8b35c01e4819b8a458b49e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "gleam-wechat-dev-tools",
  "version": "0.1.0",
  "description": "build wechat miniprogram with gleam",
  "scripts": {
    "build": "gleam run -m build",
    "clean": "rm -rf dist/*"
  },
  "author": "Kai WU",
  "license": "MIT",
  "dependencies": {
    "esbuild": "^0.23.0",
    "esbuild-plugin-less": "^1.3.8",
    "less": "^4.2.0"
  }
}