Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Oct 19, 2023
1 parent 87c5e44 commit 69b5a7c
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 1,080 deletions.
3 changes: 0 additions & 3 deletions npm/darwin-arm64/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions npm/darwin-arm64/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions npm/darwin-universal/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions npm/darwin-universal/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions npm/darwin-x64/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions npm/darwin-x64/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions npm/linux-arm64-gnu/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions npm/linux-arm64-gnu/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions npm/linux-x64-gnu/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions npm/linux-x64-gnu/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions npm/win32-arm64-msvc/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions npm/win32-arm64-msvc/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions npm/win32-ia32-msvc/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions npm/win32-ia32-msvc/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions npm/win32-x64-msvc/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions npm/win32-x64-msvc/package.json

This file was deleted.

20 changes: 3 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,12 @@
"main": "index.js",
"types": "index.d.ts",
"napi": {
"name": "node-altjtalk-binding",
"triples": {
"additional": [
"aarch64-apple-darwin",
"aarch64-unknown-linux-gnu",
"aarch64-pc-windows-msvc",
"i686-pc-windows-msvc",
"universal-apple-darwin"
]
}
"name": "node-altjtalk-binding"
},
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.16.3",
"@node-rs/helper": "^1.3.3",
"ava": "^5.1.1"
},
"ava": {
"timeout": "3m"
"@node-rs/helper": "^1.3.3"
},
"engines": {
"node": ">= 18"
Expand All @@ -32,10 +19,9 @@
"build": "napi build --platform --release",
"build:debug": "napi build --platform",
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
"universal": "napi universal",
"version": "napi version",
"postinstall": "node install.mjs"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit 69b5a7c

Please sign in to comment.