mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Also removes './' from front of gosh.js to address another npm cleanup (from `npm pkg fix`). Fixes: #13833
11 lines
290 B
JSON
11 lines
290 B
JSON
{
|
|
"name": "@keymanapp/common-test-resources",
|
|
"description": "Common test resources for Keyman's JS & TS-based components & products",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"@keymanapp/resources-gosh": "*",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|