win32-api
Version:
FFI definitions of windows win32 api for node-ffi
93 lines (92 loc) • 2.37 kB
JSON
{
"name": "win32-api",
"author": "waiting",
"version": "26.1.2",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
"win32",
"api",
"kernel32",
"user32",
"comctl32",
"winspool",
"printer",
"ffi",
"koffi",
"Electron",
"ESM",
"typescript",
"ts"
],
"type": "module",
"bin": {},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"imports": {
"#package.json": "./package.json",
"##/*": "./src/*",
"#@/*": "./test/*"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./util": {
"import": "./dist/index.util.js",
"require": "./dist/index.util.cjs"
},
"./package.json": "./package.json"
},
"bugs": {
"url": "https://github.com/waitingsong/node-win32-api/issues"
},
"homepage": "https://waitingsong.github.io/node-win32-api",
"repository": {
"type": "git",
"url": "https://github.com/waitingsong/node-win32-api.git"
},
"license": "MIT",
"dependencies": {
"win32-def": "^26.1.2"
},
"engines": {
"node": ">=20.11.0"
},
"files": [
"README.*.md",
"Dockerfile",
"npm-shrinkwrap.json",
"tsconfig.json",
"tsconfig.base.json",
"asset",
"bin",
"database",
"dist",
"src",
"!**/*.spec.*"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run tsc",
"build:unit": "tsc -p test/tsconfig.json",
"clean": "npm run clean:lock && npm run clean:dist && npm run clean:log",
"clean:cache": "rm -rf .eslintcache .tsbuildinfo",
"clean:dist": "npm run clean:cache && rm -rf dist/*",
"clean:lock": "rm -f package-lock.json",
"clean:log": "rm -rf ./logs ./run",
"cov": "c8 --all npm run test -- --parallel=false",
"lint": "eslint --fix --cache src test",
"lint:nofix": "eslint --cache src test",
"postbuild": "tsc-alias && npm run rp",
"pretest": "npm run build:unit",
"rp": "rollup -c rollup.config.js --context this",
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false",
"test:deb": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false",
"tsc": "tsc -p tsconfig.json"
},
"gitHead": "fbcf65ab3d1e3dc9bb1a6bb67b156a61d6382f09"
}