projects interface and data structures - LivelyKernel/lively.next GitHub Wiki

package json

{
    name: 'bla',
    version: x.y.z,
    lively: {
        main": "index.js",
        "isObjectPackage": false
        "packageMap": {
            "lively.resources": "./node_modules/lively.resources",
            "lively.storage": "./node_modules/lively.storage"
        },
        ide: {
               exclude: [],
               ...
             },
        
    }
}

interface for projects

  • static async listAvailableProjects () return an array of objects of the package.json contents of all projects in the local projects folder