16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"name": "twain",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"watch": "dotnet watch --project ./src/Twain.Web/Twain.Web.csproj",
|
|
"watch-theme": "npm run dev --prefix src/OAP/OAP.Theme.Svelte"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|