export default { name: "@web-atoms/samples", version: "1.1.9", description: "Web atoms Samples", main: "index.js", start: "MainPage.tsx", scripts: { test: "echo \"Error: no test specified\" && exit 0", postversion: "git push --follow-tags" }, repository: { type: "git", url: "" }, author: "", license: "ISC", bugs: { url: "https://github.com/web-atoms/samples/issues" }, homepage: "https://github.com/web-atoms/samples#readme", dependencies: { "@web-atoms/core": "2.2.3", "@web-atoms/date-time": "1.1.0", "@web-atoms/entity": "2.4.2", "@web-atoms/hybrid-clr": "1.0.21", "@web-atoms/module-loader": "2.1.2", "@web-atoms/web-controls": "2.2.4", "reflect-metadata": "0.1.13", }, devDependencies: { "@web-atoms/dev-server": "2.0.3" } };