mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
34 lines
701 B
JSON
34 lines
701 B
JSON
{
|
|
"name": "libloot-nodejs",
|
|
"version": "0.29.4",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"napi": {
|
|
"binaryName": "libloot-nodejs",
|
|
"targets": [
|
|
"x86_64-pc-windows-msvc",
|
|
"x86_64-unknown-linux-gnu"
|
|
]
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "^3.1.3",
|
|
"ava": "^7.0.0"
|
|
},
|
|
"ava": {
|
|
"timeout": "3m"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"scripts": {
|
|
"artifacts": "napi artifacts",
|
|
"build": "napi build --platform --release",
|
|
"build:debug": "napi build --platform",
|
|
"prepublishOnly": "napi prepublish -t npm",
|
|
"test": "ava",
|
|
"universalize": "napi universalize",
|
|
"version": "napi version"
|
|
}
|
|
}
|