2
"name": "@koalaui/compat",
3
"version": "1.4.1+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",
18
"compile:koala-arkui": "cd ../koala-arkui && npm run compile",
19
"test": "npm run compile && npm run compile:koala-arkui && TS_NODE_PROJECT=./test/tsconfig.json mocha -r tsconfig-paths/register"
25
"@ohos/hypium": "1.0.5",
26
"@types/chai": "^4.3.1",
27
"@types/mocha": "^9.1.0",
28
"@typescript-eslint/eslint-plugin": "^5.20.0",
29
"@typescript-eslint/parser": "^5.20.0",
32
"eslint-plugin-unused-imports": "^2.0.0",
34
"source-map-support": "^0.5.21"