No need for a new DSL for js package management, most of the projects which use grunt/gulp should just be using npm package.json's scripts. If you need to do complex builds use a Makefile. The most established build DSL is bash and it still does the job better on most aspects than grunt/gulp.