UNPKG

imba

Version:

Intuitive and powerful language for building webapps that fly

128 lines (127 loc) 3.09 kB
{ "name": "imba", "description": "Intuitive and powerful language for building webapps that fly", "keywords": [ "javascript", "language", "imba", "compiler" ], "author": "Sindre Aarsaether", "license": "MIT", "contributors": [ { "name": "Sindre Aarsaether", "email": "sindre@identu.no", "url": "https://github.com/somebee/" }, { "name": "Magnus Holm", "email": "judofyr@gmail.com", "url": "https://github.com/judofyr/" }, { "name": "Slee Woo", "url": "https://github.com/sleewoo/" }, { "name": "Luke Edwards", "email": "luke@lukeed.com", "url": "https://github.com/lukeed/" }, { "name": "Gavin Ray", "url": "https://github.com/GavinRay97/" }, { "name": "Alexander Alemayhu", "url": "https://github.com/aalemayhu/" } ], "scripts": { "test": "node bin/imba scripts/test-runner.imba", "clean": "find test/apps -name '*.js' -type f -delete && rm -r dist/", "build": "node scripts/build-parser.js && node scripts/build.js", "build-parser": "node scripts/build-parser.js", "watch": "node scripts/build.js -w", "prepublish": "node scripts/build-parser.js && node scripts/build.js", "create-example": "node bin/imba scripts/create-example.imba", "generate-typings": "node bin/imba scripts/docs/generate-typings.imba" }, "bugs": "https://github.com/imba/imba/issues", "version": "2.0.0-alpha.209", "licenses": [ { "type": "MIT", "url": "https://github.com/imba/imba/raw/master/LICENSE" } ], "engines": { "node": ">=13.10.0" }, "directories": {}, "main": "./index", "type": "commonjs", "browser": { ".": "./dist/imba.mjs", "./program": "./program.imba.js", "./compiler": "./compiler.imba.js" }, "exports": { ".": { "browser": "./dist/imba.mjs", "default": "./index.js" }, "./program": "./program.imba.js", "./workers": "./workers.imba.js", "./loader": "./loader.imba.js", "./compiler": "./compiler.imba.js" }, "bin": { "imba": "./bin/imba", "imbac": "./bin/imbac", "imba-create": "./bin/imba-create" }, "preferGlobal": true, "homepage": "https://imba.io", "repository": { "type": "git", "url": "git://github.com/imba/imba.git" }, "files": [ "bin", "src", "dist", "build", "typings", "vendor", "scripts/bootstrap.compiler.js", "polyfills", "*.imba", "*.d.ts", "*.js", "*.css", "*.md" ], "devDependencies": { "commander": "^6.2.1", "enquirer": "^2.3.6", "eventemitter3": "^4.0.7", "fdir": "^4.1.0", "flatted": "^3.1.0", "get-port": "^5.1.1", "image-size": "^0.9.3", "micromatch": "^4.0.2", "node-fetch": "^2.6.1", "ora": "^5.2.0", "picomatch": "^2.2.2", "puppeteer": "^10.4.0", "tmp": "^0.2.1", "workerpool": "^6.0.3" }, "dependencies": { "chokidar": "^3.4.3", "esbuild": "^0.9.7" }, "gitHead": "7272c2ee024510f5d175e339b34ded3af90f7bfb" }