UNPKG

@kipper/target-js

Version:

The JavaScript target for the Kipper compiler 🦊

48 lines • 1.15 kB
{ "name": "@kipper/target-js", "description": "The JavaScript target for the Kipper compiler 🦊", "version": "0.12.1", "author": "Luna-Klatzer @Luna-Klatzer", "dependencies": { "tslib": "~2.6.2", "@kipper/core": "~0.12.1" }, "devDependencies": { "@types/node": "20.16.5", "typescript": "5.1.3", "prettier": "3.3.3" }, "engines": { "node": "16.x || 18.x || 20.x || 22.x", "pnpm": "8" }, "homepage": "https://kipper-lang.org", "bugs": "https://github.com/Kipper-Lang/Kipper/issues", "repository": { "type": "git", "url": "https://github.com/Kipper-Lang/Kipper" }, "keywords": [ "kipper", "language", "backend", "transpile", "target" ], "files": [ "lib", "src", "LICENSE" ], "license": "GPL-3.0-or-later", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "version": "pnpm version", "lint": "pnpm run tslint", "lint:fix": "pnpm run tslint:fix", "tslint": "eslint ./src/ --ext .ts --config ./../../.eslintrc", "tslint:fix": "eslint ./src/ --ext .ts --config ./../../.eslintrc --fix" } }