UNPKG

tutorialkit

Version:

Interactive tutorials powered by WebContainer API

61 lines 1.57 kB
{ "name": "tutorialkit", "version": "0.0.1-alpha.25", "description": "Interactive tutorials powered by WebContainer API", "author": "StackBlitz Inc.", "type": "module", "bugs": "https://github.com/stackblitz/tutorialkit/issues", "homepage": "https://github.com/stackblitz/tutorialkit", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/stackblitz/tutorialkit.git", "directory": "packages/cli" }, "bin": { "tutorialkit": "dist/index.js" }, "main": "./dist/index.js", "exports": { ".": "./dist/index.js" }, "files": [ "dist", "template", "template/.gitignore" ], "dependencies": { "@babel/generator": "7.24.5", "@babel/parser": "7.24.5", "@babel/traverse": "7.24.5", "@babel/types": "7.24.5", "@clack/prompts": "^0.7.0", "chalk": "^5.3.0", "detect-indent": "7.0.1", "execa": "^9.2.0", "ignore": "^5.3.1", "lookpath": "^1.2.2", "which-pm": "2.2.0", "yargs-parser": "^21.1.1" }, "devDependencies": { "@types/babel__generator": "7.6.8", "@types/babel__traverse": "7.20.5", "@types/fs-extra": "^11.0.4", "@types/node": "^20.14.6", "@types/yargs-parser": "^21.0.3", "esbuild": "^0.20.2", "esbuild-node-externals": "^1.13.1", "fs-extra": "^11.2.0", "tempy": "^3.1.0", "vitest": "^1.6.0" }, "engines": { "node": ">=18.18.0" }, "scripts": { "build": "node scripts/build.js", "build-release": "node scripts/build-release.js", "test": "vitest --testTimeout=300000" } }