UNPKG

@mnpjs/package

Version:

A package structure for mnp.

40 lines (39 loc) 984 B
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch Zoroaster", "program": "${workspaceFolder}/node_modules/.bin/zoroaster", "env": { "NODE_DEBUG": "my-new-package", }, "console": "integratedTerminal", "args": [ "test/spec", "test/mask", "-a", "-w", "-t", "9999999" ], "skipFiles": [ "<node_internals>/**/*.js" ] }, { "type": "node", "request": "launch", "name": "Launch Example", "program": "${workspaceFolder}/node_modules/.bin/alanode", "console": "integratedTerminal", "args": [ "example" ], "skipFiles": [ "<node_internals>/**/*.js" ] } ] }