Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)
at lambda-fork/main 20 lines 526 B view raw
1{ 2 "version": "0.2.0", 3 "configurations": [ 4 { 5 "name": "Launch via NPM", 6 "request": "launch", 7 "runtimeArgs": [ 8 "run", 9 "test:unit", 10 "--" 11 // "test/text-source-range.test.js" // Replace and uncomment this line to run a single test file 12 ], 13 "runtimeExecutable": "npm", 14 "skipFiles": [ 15 "<node_internals>/**" 16 ], 17 "type": "node" 18 } 19 ] 20}