2023-01-19 15:54:49 +00:00
|
|
|
{
|
|
|
|
"name": "@xhacker/qmcwasm",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Wasm for Qmc Encryption & Decryption",
|
|
|
|
"main": "QmcWasmBundle.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-08-28 15:55:29 +00:00
|
|
|
"url": "git+https://github.com/nullptr-0/QmcWasm.git"
|
2023-01-19 15:54:49 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"unlock-music",
|
|
|
|
"qmc",
|
|
|
|
"WASM"
|
|
|
|
],
|
|
|
|
"author": "xhacker-zzz",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bugs": {
|
2023-08-28 15:55:29 +00:00
|
|
|
"url": "https://github.com/nullptr-0/QmcWasm/issues"
|
2023-01-19 15:54:49 +00:00
|
|
|
},
|
2023-08-28 15:55:29 +00:00
|
|
|
"homepage": "https://github.com/nullptr-0/QmcWasm#readme"
|
2023-01-19 15:54:49 +00:00
|
|
|
}
|