procyon/modules/treejs-constants/package.json
2020-05-29 10:04:19 +00:00

12 lines
352 B
JSON

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