Set up a Javascript workspace

This commit is contained in:
Savanni D'Gerinel 2023-05-10 09:41:39 -04:00
parent fdbde131e8
commit ab97f266bb
3 changed files with 1961 additions and 1 deletions

View File

@ -18,7 +18,6 @@
"webpack-cli": "^5.1.0"
},
"dependencies": {
"kifu-wasm": "file:../ffi/wasm/pkg",
"lodash": "^4.17.21"
}
}

1954
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "tools",
"workspaces": [
"kifu/ffi/wasm/pkg",
"kifu/kifu-pwa"
]
}