mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-18 13:51:48 +00:00
22 lines
566 B
JSON
22 lines
566 B
JSON
{
|
|
"name": "ts-transformer-visualizer-example",
|
|
"homepage": "https://bendtherules.github.io/ts-transformer-visualizer",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-scripts": "^1.1.4",
|
|
"ts-transformer-visualizer": "link:..",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|