wisski-cloud-distillery/internal/component/static/package.json
2022-11-16 13:07:08 +01:00

21 lines
No EOL
382 B
JSON

{
"name": "wisski-distillery-frontend",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"parcel": "^2.7.0"
},
"scripts": {
"dist": "parcel build --dist-dir dist --target default"
},
"targets": {
"default": {
"source": [
"src/control/index.js",
"src/home/index.js"
]
}
}
}