2020-09-19 21:05:52 +02:00
|
|
|
{
|
2022-05-30 19:34:21 +02:00
|
|
|
"name": "@treejs/hooks",
|
2023-04-13 07:06:55 +00:00
|
|
|
"version": "0.19.17",
|
2022-05-30 19:34:21 +02:00
|
|
|
"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"
|
|
|
|
}
|
2023-04-18 22:22:03 +02:00
|
|
|
}
|