2020-09-19 21:05:52 +02:00
|
|
|
{
|
2021-02-17 18:38:10 +01:00
|
|
|
"name": "@treejs/hooks",
|
2022-05-30 14:50:47 +00:00
|
|
|
"version": "0.13.0",
|
2020-09-19 21:05:52 +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"
|
|
|
|
}
|
|
|
|
}
|