UNPKG

427 BJSONView Raw
1{
2 "name": "@tarojs/plugin-stylus",
3 "version": "1.3.22",
4 "description": "Taro 编译 stylus 文件",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/NervJS/taro.git"
12 },
13 "keywords": [
14 "taro"
15 ],
16 "author": "luckyadam",
17 "license": "MIT",
18 "dependencies": {
19 "stylus": "^0.54.5"
20 }
21}