procyon/packages/hooks/package.json

19 lines
454 B
JSON
Raw Normal View History

2020-09-19 21:05:52 +02:00
{
2022-05-30 19:34:21 +02:00
"name": "@treejs/hooks",
2023-05-23 15:41:33 +00:00
"version": "0.19.37",
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",
"prepublish": "cp package.json dist",
"postpublish": "rm dist/package.json",
"release": "npm version --no-git-tag-version"
},
"publishConfig": {
"directory": "dist",
"linkDirectory": false
2022-05-30 19:34:21 +02:00
}
2023-04-23 10:38:35 +00:00
}