procyon/packages/styles/package.json
2021-08-10 19:14:14 +00:00

14 lines
341 B
JSON

{
"name": "@treejs/styles",
"version": "0.9.1",
"description": "",
"author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC",
"scripts": {
"clean": "rm -rf dist/",
"ci:publish": "mkdir dist && cp -r src/* package.json dist && cd dist/ && npm publish && rm package.json"
},
"peerDependencies": {
"classnames": "^2.2.6"
}
}