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": {
|
2019-11-03 20:05:24 +01:00
|
|
|
"clean": "rm -rf dist/ && npm run build -- --clean",
|
2019-10-25 22:47:38 +02:00
|
|
|
"build": "tsc --b tsconfig.build.json",
|
2020-03-19 06:44:41 +01:00
|
|
|
"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
|
|
|
}
|