UNPKG

nihilqui

Version:

Typescript .d.ts generator from GIR for gjs and node-gtk

83 lines (82 loc) 2.17 kB
{ "name": "@ts-for-gir/cli", "version": "3.0.3", "description": "TypeScript type definition generator for GObject introspection GIR files", "module": "lib/index.js", "main": "lib/index.js", "type": "module", "bin": { "ts-for-gir": "./lib/start.js" }, "engines": { "node": ">=18" }, "scripts": { "start": "yarn node --max_old_space_size=9216 lib/start.js", "start:dev": "yarn node --max_old_space_size=9216 --loader ts-node/esm src/start.ts", "build": "yarn lint && yarn build:ts && yarn chmod", "chmod": "chmod +x ./lib/start.js", "build:ts": "tsc", "clear": "yarn clear:build", "clear:build": "rimraf ./lib", "watch": "yarn build:ts --watch", "lint": "eslint . --ext .ts,.tsx --fix" }, "repository": { "type": "git", "url": "git+https://github.com/gjsify/ts-for-gir.git" }, "author": "Pascal Garber <pascal@artandcode.studio>", "files": [ "src", "bin", "lib", "templates" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/gjsify/ts-for-gir/issues" }, "homepage": "https://github.com/gjsify/ts-for-gir#readme", "keywords": [ "gjs", "typescript", "generate", "node-gtk", "gir", "gobject-introspection", "gnome", "gtk", "glib", "gobject", "dts", "type definitions", "cli" ], "devDependencies": { "@types/inquirer": "^9.0.3", "@types/node": "^18.16.16", "@types/yargs": "^17.0.24", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", "eslint": "^8.41.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.8.8", "rimraf": "^5.0.1", "ts-node": "^10.9.1", "typescript": "^5.1.3" }, "dependencies": { "@ts-for-gir/generator-base": "workspace:^", "@ts-for-gir/generator-html-doc": "workspace:^", "@ts-for-gir/generator-typescript": "workspace:^", "@ts-for-gir/lib": "workspace:^", "colorette": "^2.0.20", "cosmiconfig": "^8.1.3", "get-tsconfig": "^4.6.0", "inquirer": "^9.2.6", "tiny-glob": "^0.2.9", "yargs": "^17.7.2" } }