procyon/modules/treejs-types/package.json

13 lines
347 B
JSON
Raw Normal View History

2019-04-27 16:21:53 +02:00
{
"name": "@romanjaros/treejs-types",
2020-11-03 19:00:00 +00:00
"version": "0.2.4",
2019-04-27 16:21:53 +02:00
"description": "",
"author": "romanjaros <jarosr93@gmail.com>",
2019-05-31 21:05:34 +02:00
"license": "ISC",
2019-10-23 20:32:30 +02:00
"scripts": {
"clean": "rm -rf dist/ && npm run build -- --clean",
2019-10-25 22:47:38 +02:00
"build": "tsc --b tsconfig.build.json",
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
2019-05-31 21:05:34 +02:00
}
2020-05-29 10:04:19 +00:00
}