nihilqui
Version:
Typescript .d.ts generator from GIR for gjs and node-gtk
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "@ts-for-gir/generator-base",
"version": "3.0.3",
"description": "Base generator for ts-for-gir",
"module": "lib/index.js",
"main": "lib/index.js",
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "yarn lint && yarn build:ts",
"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": [
"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": [
"generator"
],
"devDependencies": {
"@types/node": "^18.16.16",
"@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",
"typescript": "^5.1.3"
},
"dependencies": {
"@ts-for-gir/lib": "workspace:^"
}
}