UNPKG

idyll

Version:

Command line interface for idyll lang

83 lines (82 loc) 2.19 kB
{ "name": "idyll", "version": "6.0.0-alpha.6", "description": "Command line interface for idyll lang", "main": "src/index.js", "bin": { "idyll": "bin/idyll.js" }, "scripts": { "test": "mocha test/**/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/idyll-lang/idyll.git" }, "keywords": [ "idyll" ], "authors": [ "Matthew Conlen", "Ben Clinkinbeard", "Andrew Osheroff" ], "license": "MIT", "bugs": { "url": "https://github.com/idyll-lang/idyll/issues" }, "homepage": "https://github.com/idyll-lang/idyll#readme", "dependencies": { "@babel/core": "^7.17.5", "@babel/plugin-transform-runtime": "^7.17.0", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/register": "^7.17.7", "@babel/runtime": "^7.17.9", "brfs-node-15": "^2.0.2", "browser-sync": "^2.27.9", "bs-pretty-message": "^1.0.8", "chalk": "^2.4.1", "change-case": "^3.0.1", "command-line-args": "^5.1.1", "cross-spawn": "^6.0.5", "csv-parse": "5", "debug": "^3.1.0", "dev-null": "^0.1.1", "esbuild": "^0.14.11", "fs-extra": "^5.0.0", "html-tags": "^1.1.1", "idyll-ast": "^3.0.0-alpha.1", "idyll-compiler": "^5.0.0-alpha.2", "idyll-components": "^6.0.0-alpha.2", "idyll-document": "^4.0.0-alpha.4", "idyll-layouts": "^4.0.0-alpha.0", "idyll-template-projects": "^3.0.0-alpha.2", "idyll-themes": "^4.0.0-alpha.0", "inquirer": "^5.2.0", "mkdirp": "^0.5.1", "mustache": "^2.3.0", "node-stdlib-browser": "^1.2.0", "ora": "^2.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "recursive-readdir": "^2.2.2", "regenerator-runtime": "^0.13.5", "request": "^2.87.0", "request-promise-native": "^1.0.5", "resolve": "^1.3.3", "slash": "^1.0.0", "svg-tags": "^1.0.0", "update-notifier": "^2.5.0", "url-join": "^4.0.0", "yargs": "^13.3.0" }, "devDependencies": { "cross-env": "^7.0.3", "expect": "^27.5.1", "jsdom": "^11.10.0", "mocha": "^9.2.2", "rimraf": "2.6.2" }, "gitHead": "3a22808e5cc5d9a59ac85b6a3be3dbe52613439d" }