2019-04-27 16:21:53 +02:00
|
|
|
{
|
2021-02-17 18:38:10 +01: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": {
|
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"
|
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
|
|
|
}
|