generator-sprotty
Version:
Yeoman generator for Sprotty
61 lines (60 loc) • 1.63 kB
JSON
{
"name": "generator-sprotty",
"version": "1.4.0",
"description": "Yeoman generator for Sprotty",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"yeoman-generator",
"graphics",
"diagram",
"modeling",
"visualization",
"svg"
],
"homepage": "https://github.com/eclipse-sprotty/sprotty",
"bugs": "https://github.com/eclipse-sprotty/sprotty/issues",
"author": {
"name": "Eclipse Sprotty"
},
"repository": {
"type": "git",
"url": "https://github.com/eclipse-sprotty/sprotty",
"directory": "packages/generator-sprotty"
},
"dependencies": {
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"which": "^2.0.2",
"yeoman-generator": "^5.9.0"
},
"devDependencies": {
"@types/lodash": "^4.14.199",
"@types/which": "^2.0.1",
"@types/yeoman-generator": "^5.2.12",
"@types/yeoman-test": "^4.0.4",
"yeoman-test": "^7.4.0"
},
"volta": {
"node": "18.19.0",
"yarn": "1.22.21"
},
"scripts": {
"clean": "shx rm -fr app *.tsbuildinfo",
"build": "tsc",
"watch": "tsc --watch",
"run": "yo sprotty",
"debug": "npx --node-arg=--inspect yo sprotty",
"test": "echo \"No tests defined.\""
},
"files": [
"app",
"sprotty-local-template",
"src"
],
"main": "app/index",
"types": "app/index",
"gitHead": "10f2a54cd3021aafa26926639b876af35e2da09c"
}