UNPKG

template-kit

Version:
57 lines (56 loc) 1.4 kB
{ "name": "template-kit", "version": "2.2.1", "description": "Project template toolkit", "main": "./dist/index.js", "author": "Axway, Inc. <npmjs@appcelerator.com>", "maintainers": [ "Chris Barber <cbarber@axway.com>" ], "license": "Apache-2.0", "keywords": [ "project", "template", "generator", "generate" ], "scripts": { "build": "gulp build", "coverage": "gulp coverage", "docs": "gulp docs", "lint": "gulp lint", "prepare": "gulp build", "test": "gulp test" }, "dependencies": { "@axway/amplify-request": "^2.1.1", "appcd-fs": "^2.0.2", "appcd-path": "^2.0.3", "appcd-subprocess": "^5.0.1", "ejs": "^3.1.5", "fs-extra": "^9.0.1", "glob-gitignore": "^1.0.14", "global-modules": "^2.0.0", "hook-emitter": "^4.1.1", "hosted-git-info": "^3.0.7", "inly": "^4.0.8", "isbinaryfile": "^4.0.6", "pacote": "^11.1.13", "snooplogg": "^3.0.2", "source-map-support": "^0.5.19", "tmp": "^0.2.1", "validate-npm-package-name": "^3.0.0" }, "devDependencies": { "appcd-gulp": "^3.1.1" }, "homepage": "https://github.com/appcelerator/template-kit", "bugs": "https://github.com/appcelerator/template-kit/issues", "repository": { "type": "git", "url": "git://github.com/appcelerator/template-kit.git" }, "engines": { "node": ">=10.19.0" } }