interlinked/package.json

29 lines
604 B
JSON

{
"name": "driftingnebula",
"description": "Generative art with GIMP, GEGL and ImageMagick.",
"license": "GPL-3.0-or-later",
"version": "1.0.0",
"scripts": {
"start": "node --loader=ts-node/esm --no-warnings source/driftingnebula.ts",
"test": "xo"
},
"dependencies": {
"execa": "^6.1.0",
"meow": "^10.1.2"
},
"devDependencies": {
"@types/node": "^17.0.21",
"ts-node": "^10.6.0",
"typescript": "^4.6.2",
"xo": "^0.48.0"
},
"type": "module",
"xo": {
"prettier": true,
"rules": {
"no-await-in-loop": "off"
},
"space": true
}
}