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",
13
"compile": "tsc -b .",
14
"compile:unmemoize": "tsc -b tsconfig-unmemoize.json",
15
"compile:test": "tsc -b tsconfig-test.json",
16
"clean": "rimraf build",
17
"clean:unmemoized": "rimraf unmemoized",
19
"test:coverage": "nyc mocha",
20
"compile:arkts": "bash ../tools/panda/arkts/arktsc --arktsconfig arktsconfig.json --ets-module",
21
"compile:arkts:unmemoizing": "npm run compile:unmemoize && bash ../tools/panda/arkts/arktsc --arktsconfig arktsconfig-run-unmemoized.json --ets-module"
25
"@koalaui/common": "1.4.1+devel",
26
"@koalaui/compat": "1.4.1+devel"
29
"@types/chai": "^4.3.1",
30
"@types/mocha": "^9.1.0",
31
"@typescript-eslint/eslint-plugin": "^5.20.0",
32
"@typescript-eslint/parser": "^5.20.0",
35
"eslint-plugin-unused-imports": "^2.0.0",
37
"source-map-support": "^0.5.21"