mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"name": "ssr",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "ssr.js",
|
|
"scripts": {
|
|
"build": "node utils/build.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"esbuild": "^0.8.8",
|
|
"tossr": "^1.3.1"
|
|
}
|
|
}
|