procyon/modules/treejs-types/package.json
2019-10-31 19:47:39 +01:00

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"
}
}