procyon/packages/hooks/package.json
2022-04-25 08:25:42 +02:00

12 lines
350 B
JSON

{
"name": "@treejs/hooks",
"version": "0.12.2",
"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"
}
}