procyon/packages/constants/package.json
2022-02-28 19:14:05 +00:00

12 lines
341 B
JSON

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