procyon/packages/treejs-utils/package.json
2021-03-10 05:43:10 +00:00

15 lines
383 B
JSON

{
"name": "@treejs/utils",
"version": "0.6.3",
"description": "",
"author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC",
"scripts": {
"clean": "rm -rf dist/ && npm run build -- --clean",
"build": "tsc --b tsconfig.build.json",
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
},
"peerDependencies": {
"ramda": "0.27.0"
}
}