spiegel-keyman/developer/src/common/web/test-helpers/package.json
Marc Durdin e67aed1606 refactor(common): move compiler-interfaces to @keymanapp/developer-utils
This should be the last step in the refactoring.

Fixes: #9665
2024-08-02 13:49:59 +07:00

22 lines
410 B
JSON

{
"name": "@keymanapp/developer-test-helpers",
"description": "Keyman Developer test helpers",
"type": "module",
"exports": {
".": "./build/index.js"
},
"files": [
"/build/"
],
"devDependencies": {
"@types/node": "^20.4.1",
"typescript": "^5.4.5"
},
"scripts": {
"build": "tsc -b"
},
"license": "MIT",
"dependencies": {
"@keymanapp/developer-utils": "*"
}
}