2f12da683d
Note that the only authors of packages/macro-rs are @naskya and @sup39 at this moment, and they are agreed upon this change. Also note that packages/firefish-js is forked from https://github.com/misskey-dev/misskey.js which is licensed under the MIT License. Co-authored-by: sup39 <dev@sup39.dev>
17 lines
597 B
JSON
17 lines
597 B
JSON
{
|
|
"name": "backend-rs",
|
|
"version": "0.0.0",
|
|
"main": "built/index.js",
|
|
"types": "built/index.d.ts",
|
|
"license": "AGPL-3.0-only",
|
|
"napi": {
|
|
"binaryName": "backend-rs"
|
|
},
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "3.0.0-alpha.56"
|
|
},
|
|
"scripts": {
|
|
"build": "napi build --features napi --no-const-enum --platform --release --output-dir ./built/",
|
|
"build:debug": "napi build --features napi --no-const-enum --platform --output-dir ./built/ --dts-header '/* auto-generated by NAPI-RS */\n/* Do NOT edit this file manually */\n\ntype DateTimeWithTimeZone = Date;\n\ntype Json = any;\n\n'"
|
|
}
|
|
}
|