15 lines
383 B
JSON
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"
|
|
}
|
|
}
|