UNPKG

4.74 kBJSONView Raw
1{
2 "name": "imba",
3 "description": "Intuitive and powerful language for building webapps that fly",
4 "author": "Sindre Aarsaether",
5 "version": "2.0.0-alpha.229.vite.8",
6 "scripts": {
7 "test": "node bin/imba scripts/test-runner.imba",
8 "test-cli": "cd test/cli && node ../../bin/imba index.imba",
9 "clean": "find test/apps -name '*.js' -type f -delete && rm -r dist/",
10 "watch": "node scripts/build.js -w",
11 "dev": "npm run watch",
12 "create-example": "node bin/imba scripts/create-example.imba",
13 "generate-typings": "node bin/imba scripts/docs/generate-typings.imba",
14 "build-parser": "node scripts/build-parser.js",
15 "build": "npm run build-parser && node scripts/build.js",
16 "prepack": "npm run build",
17 "sync": "npm i && npm run build && npm link"
18 },
19 "engines": {
20 "node": ">=13.10.0"
21 },
22 "bin": {
23 "imba": "./bin/imba",
24 "imbac": "./bin/imbac"
25 },
26 "main": "./index",
27 "type": "commonjs",
28 "browser": {
29 ".": "./dist/imba.mjs",
30 "./program": "./program.imba.js",
31 "./compiler": "./dist/compiler.mjs"
32 },
33 "files": [
34 "bin",
35 "src",
36 "dist",
37 "build",
38 "typings",
39 "vendor",
40 "scripts/bootstrap.compiler.js",
41 "polyfills",
42 "*.imba",
43 "*.d.ts",
44 "*.js",
45 "*.css",
46 "*.md",
47 "templates"
48 ],
49 "exports": {
50 "./preflight.css": "./preflight.css",
51 "./server": "./dist/imba.node.mjs",
52 ".": {
53 "imba": "./src/imba/imba.imba",
54 "browser": "./dist/imba.mjs",
55 "default": "./index.js"
56 },
57 "./spec": {
58 "imba": "./src/utils/spec.imba"
59 },
60 "./program": {
61 "browser": "./program.browser.imba.js",
62 "require": "./program.imba.js"
63 },
64 "./workers": "./workers.imba.js",
65 "./compiler": {
66 "browser": "./dist/compiler.mjs",
67 "require": "./dist/compiler.cjs",
68 "default": "./dist/compiler.mjs"
69 },
70 "./plugin": {
71 "browser": "./dist/plugin.mjs",
72 "require": "./dist/plugin.cjs",
73 "default": "./dist/plugin.mjs"
74 }
75 },
76 "peerDependencies": {
77 "@testing-library/dom": "*",
78 "@testing-library/jest-dom": "*",
79 "vite": "*",
80 "vite-node": "*",
81 "vite-tsconfig-paths-silent": "*",
82 "vitest": "*"
83 },
84 "peerDependenciesMeta": {
85 "@testing-library/dom": {
86 "optional": true
87 },
88 "@testing-library/jest-dom": {
89 "optional": true
90 },
91 "vite": {
92 "optional": true
93 },
94 "vite-node": {
95 "optional": true
96 },
97 "vite-tsconfig-paths-silent": {
98 "optional": true
99 },
100 "vitest": {
101 "optional": true
102 }
103 },
104 "devDependencies": {
105 "@rollup/pluginutils": "^5.0.2",
106 "commander": "^6.2.1",
107 "fdir": "^4.1.0",
108 "get-port": "^5.1.1",
109 "image-size": "^0.9.3",
110 "micromatch": "^4.0.5",
111 "ora": "^5.2.0",
112 "picomatch": "^2.2.2",
113 "puppeteer": "16.1.0",
114 "sourcemap-codec": "^1.4.8",
115 "tmp": "^0.2.1",
116 "tree-kill": "^1.2.2",
117 "vite": "^4.1.4",
118 "vite-node": "^0.29.7",
119 "vite-tsconfig-paths-silent": "^4.0.5",
120 "vitest": "^0.29.1",
121 "workerpool": "^6.0.3"
122 },
123 "dependencies": {
124 "@antfu/install-pkg": "^0.1.1",
125 "chokidar": "^3.4.3",
126 "colors": "1.4.0",
127 "cross-spawn": "^7.0.3",
128 "dotenv": "^16.0.3",
129 "envinfo": "^7.8.1",
130 "esbuild": "^0.15.2",
131 "local-pkg": "^0.4.2",
132 "lodash.mergewith": "^4.6.2",
133 "prompts": "^2.4.2"
134 },
135 "directories": {},
136 "preferGlobal": true,
137 "homepage": "https://imba.io",
138 "repository": {
139 "type": "git",
140 "url": "git://github.com/imba/imba.git"
141 },
142 "bugs": "https://github.com/imba/imba/issues",
143 "licenses": [
144 {
145 "type": "MIT",
146 "url": "https://github.com/imba/imba/raw/master/LICENSE"
147 }
148 ],
149 "license": "MIT",
150 "contributors": [
151 {
152 "name": "Sindre Aarsaether",
153 "email": "sindre@identu.no",
154 "url": "https://github.com/somebee/"
155 },
156 {
157 "name": "Mikey Oz",
158 "url": "https://github.com/familyfriendlymikey/"
159 },
160 {
161 "name": "Abdellah Alaoui",
162 "email": "als.abdellah@gmail.com",
163 "url": "https://github.com/haikyuu/"
164 },
165 {
166 "name": "Magnus Holm",
167 "email": "judofyr@gmail.com",
168 "url": "https://github.com/judofyr/"
169 },
170 {
171 "name": "Slee Woo",
172 "url": "https://github.com/sleewoo/"
173 },
174 {
175 "name": "Luke Edwards",
176 "email": "luke@lukeed.com",
177 "url": "https://github.com/lukeed/"
178 },
179 {
180 "name": "Gavin Ray",
181 "url": "https://github.com/GavinRay97/"
182 },
183 {
184 "name": "Alexander Alemayhu",
185 "url": "https://github.com/aalemayhu/"
186 }
187 ],
188 "keywords": [
189 "javascript",
190 "language",
191 "imba",
192 "compiler"
193 ]
194}