@kipper/target-js
Version:
The JavaScript target for the Kipper compiler 🦊
54 lines • 1.32 kB
JSON
{
"name": "@kipper/target-js",
"description": "The JavaScript target for the Kipper compiler 🦊",
"version": "0.10.4",
"author": "Luna-Klatzer @Luna-Klatzer",
"dependencies": {
"@kipper/core": "~0.10.4"
},
"devDependencies": {
"typescript": "5.1.3",
"uuid": "9.0.0",
"mkdirp": "3.0.1",
"ansi-regex": "6.0.1",
"minimist": "1.2.8",
"prettier": "2.8.8",
"watchify": "4.0.0",
"json-parse-even-better-errors": "3.0.0",
"run-script-os": "1.1.6",
"ts-node": "10.9.1",
"@types/node": "18.16.16"
},
"engines": {
"node": ">=14.0.0"
},
"homepage": "https://kipper-lang.org",
"bugs": "https://github.com/Luna-Klatzer/Kipper/issues",
"repository": {
"type": "git",
"url": "https://github.com/Luna-Klatzer/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"
}
}