procyon/packages/treejs-types/package.json

16 lines
380 B
JSON
Raw Normal View History

2019-04-27 16:21:53 +02:00
{
"name": "@treejs/types",
2021-03-10 05:43:10 +00:00
"version": "0.6.3",
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"
2020-11-26 22:45:33 +01:00
},
"dependencies": {
"formik": "^2.1.5"
2019-05-31 21:05:34 +02:00
}
2020-05-29 10:04:19 +00:00
}