2019-12-11 07:27:31 +02:00
|
|
|
{
|
|
|
|
"name": "docx-rs",
|
|
|
|
"collaborators": [
|
|
|
|
"bokuweb <bokuweb12@gmail.com>"
|
|
|
|
],
|
|
|
|
"version": "0.1.0",
|
|
|
|
"files": [
|
2019-12-14 17:41:13 +02:00
|
|
|
"docx_rs_bg.wasm",
|
|
|
|
"docx_rs.js",
|
|
|
|
"docx_rs.d.ts"
|
2019-12-11 07:27:31 +02:00
|
|
|
],
|
2019-12-14 17:41:13 +02:00
|
|
|
"module": "docx_rs.js",
|
|
|
|
"types": "docx_rs.d.ts",
|
2019-12-11 07:27:31 +02:00
|
|
|
"sideEffects": "false"
|
|
|
|
}
|