2
"name": "@koalaui/compat",
3
"version": "1.4.0+devel",
5
"main": "build/typescript/index.js",
6
"types": "build/typescript/index.d.ts",
8
"build/typescript/**/*.js",
9
"build/typescript/**/*.d.ts"
12
".": "./build/typescript/index.js"
15
"compile": "tsc -b .",
16
"clean": "rimraf build dist",
17
"compile:arkts": "bash ../tools/panda/arkts/arktsc --arktsconfig arktsconfig.json --ets-module"
23
"@ohos/hypium": "1.0.5",
24
"@types/chai": "^4.3.1",
25
"@types/mocha": "^9.1.0",
26
"@typescript-eslint/eslint-plugin": "^5.20.0",
27
"@typescript-eslint/parser": "^5.20.0",
30
"eslint-plugin-unused-imports": "^2.0.0",
32
"source-map-support": "^0.5.21"