15 lines
387 B
JSON
15 lines
387 B
JSON
{
|
|
"name": "@romanjaros/treejs-types",
|
|
"version": "0.0.60",
|
|
"description": "",
|
|
"author": "romanjaros <jarosr93@gmail.com>",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"clean": "rm -rf dist/ && tsc --build --clean",
|
|
"build": "tsc --b tsconfig.build.json",
|
|
"_publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "16.8.6"
|
|
}
|
|
}
|