procyon/packages/hooks/package.json

13 lines
350 B
JSON
Raw Normal View History

2020-09-19 21:05:52 +02: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"
}
}