- Bumped the CLI version in package.json from 1.0.2 to 1.0.3.
- Modified test scripts for improved functionality:
- Changed "test" to run vitest directly.
- Added "test:watch" for continuous testing.
- Updated "test:ci" to streamline CI testing with reporters.
- Introduced new utility function `quoteKey` to handle object keys with special characters in JSON utilities.
- Enhanced `stringifyTypeAST` to utilize `quoteKey` for key quoting, ensuring proper formatting in output.
- Added unit tests for `quoteKey` and updated existing tests to cover new functionality.
No description provided.