-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@shieldbattery/stimpack",
"version": "1.1.1",
"description": "Rust-based Node.js native module for launching processes and injecting DLLs into them",
"main": "index.js",
"scripts": {
"build": "cd native && cargo-cp-artifact -nc index.node -- cargo build --target=x86_64-pc-windows-msvc --message-format=json-render-diagnostics",
"build-debug": "npm run build --",
"build-release": "npm run build -- --release",
"sign-binary": "sign-binary.bat",
"tag-prebuild": "node ./tag-prebuild.js",
"test": "cd native && cargo test"
},
"author": "Travis Collins <travis@tec27.com> (http://tec27.com/)",
"license": "MIT",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ShieldBattery/stimpack.git"
},
"keywords": [
"dll",
"injection"
],
"bugs": {
"url": "https://github.com/ShieldBattery/stimpack/issues"
},
"homepage": "https://github.com/ShieldBattery/stimpack#readme",
"devDependencies": {
"cargo-cp-artifact": "^0.1.6",
"neon-tag-prebuild": "^1.1.1"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}