win32-def
Version:
win32 definitions for node-ffi
104 lines (103 loc) • 2.69 kB
JSON
{
"name": "win32-def",
"author": "waiting",
"version": "26.1.2",
"description": "win32 definitions for node-ffi",
"keywords": [
"api",
"ffi",
"koffi",
"win32",
"windows",
"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"
},
"./consts": {
"import": "./dist/index.consts.js",
"require": "./dist/index.consts.cjs"
},
"./def": {
"import": "./dist/index.def.js",
"require": "./dist/index.def.cjs"
},
"./struct": {
"import": "./dist/index.struct.js",
"require": "./dist/index.struct.cjs"
},
"./types": {
"import": "./dist/index.types.js",
"require": "./dist/index.types.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": {
"@waiting/shared-types": "^23.24.0",
"koffi": "^2.9.2"
},
"devDependencies": {
"@waiting/shared-core": "^23.25.5"
},
"engines": {
"node": ">=18.11.0"
},
"files": [
"README.*.md",
"Dockerfile",
"npm-shrinkwrap.json",
"tsconfig.json",
"tsconfig.base.json",
"asset",
"src/**/*.ts",
"bin",
"database",
"dist",
"!**/*.spec.*",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run tsc && tsc-alias && npm run rp",
"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 -- ",
"lint": "eslint --fix --cache src test demo",
"lint:nofix": "eslint --cache src test",
"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",
"deb8g": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false",
"tsc": "tsc -p tsconfig.json"
},
"gitHead": "fbcf65ab3d1e3dc9bb1a6bb67b156a61d6382f09"
}