2
"name": "@koalaui/runtime",
3
"version": "1.4.1+devel",
5
"main": "./build/lib/src/index.js",
6
"types": "./build/lib/src/index.d.ts",
12
"compile": "tsc -b .",
13
"compile:unmemoize": "tsc -b tsconfig-unmemoize.json",
14
"compile:test": "tsc -b tsconfig-test.json",
15
"clean": "rimraf build",
16
"clean:unmemoized": "rimraf unmemoized",
18
"test:coverage": "nyc mocha",
19
"compile:arkts": "bash ../tools/panda/arkts/arktsc --arktsconfig arktsconfig.json --ets-module",
20
"compile:arkts:unmemoizing": "npm run compile:unmemoize && bash ../tools/panda/arkts/arktsc --arktsconfig arktsconfig-run-unmemoized.json --ets-module"
24
"@koalaui/common": "1.4.1+devel",
25
"@koalaui/compat": "1.4.1+devel"
28
"@types/chai": "^4.3.1",
29
"@types/mocha": "^9.1.0",
30
"@typescript-eslint/eslint-plugin": "^5.20.0",
31
"@typescript-eslint/parser": "^5.20.0",
34
"eslint-plugin-unused-imports": "^2.0.0",
36
"source-map-support": "^0.5.21"