UNPKG

1.32 kBJSONView Raw
1{
2 "name": "@kipper/target-js",
3 "description": "The JavaScript target for the Kipper compiler 🦊",
4 "version": "0.10.0",
5 "author": "Luna-Klatzer @Luna-Klatzer",
6 "dependencies": {
7 "@kipper/core": "~0.10.0"
8 },
9 "devDependencies": {
10 "typescript": "4.9.4",
11 "uuid": "9.0.0",
12 "mkdirp": "2.1.3",
13 "ansi-regex": "6.0.1",
14 "minimist": "1.2.7",
15 "prettier": "2.8.4",
16 "watchify": "4.0.0",
17 "json-parse-even-better-errors": "3.0.0",
18 "run-script-os": "1.1.6",
19 "ts-node": "10.9.1",
20 "@types/node": "18.11.18"
21 },
22 "engines": {
23 "node": ">=14.0.0"
24 },
25 "homepage": "https://kipper-lang.org",
26 "bugs": "https://github.com/Luna-Klatzer/Kipper/issues",
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/Luna-Klatzer/Kipper"
30 },
31 "keywords": [
32 "kipper",
33 "language",
34 "backend",
35 "transpile",
36 "target"
37 ],
38 "files": [
39 "lib",
40 "src",
41 "LICENSE"
42 ],
43 "license": "GPL-3.0-or-later",
44 "main": "lib/index.js",
45 "types": "lib/index.d.ts",
46 "scripts": {
47 "build": "tsc",
48 "version": "pnpm version",
49 "lint": "pnpm run tslint",
50 "lint:fix": "pnpm run tslint:fix",
51 "tslint": "eslint ./src/ --ext .ts --config ./../../.eslintrc",
52 "tslint:fix": "eslint ./src/ --ext .ts --config ./../../.eslintrc --fix"
53 }
54}
\No newline at end of file