You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
621 B

2 months ago
{
"name": "@dcloudio/uni-nvue-styler",
"version": "3.0.0-alpha-4080320251016001",
"description": "uni-nvue-styler",
"main": "./dist/uni-nvue-styler.cjs.js",
"types": "./dist/uni-nvue-styler.d.ts",
"module": "./dist/uni-nvue-styler.es.js",
"files": [
"dist",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-nvue-styler"
},
"license": "Apache-2.0",
"dependencies": {
"parse-css-font": "^4.0.0",
"postcss": "8.4.45"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}