create-tensorify-plugin
Version:
Create Tensorify plugins with the latest SDK - Linear layer template
44 lines • 876 B
JSON
{
"name": "create-tensorify-plugin",
"version": "2.0.7",
"description": "Create Tensorify plugins with the latest SDK - Linear layer template",
"main": "index.js",
"bin": {
"create-tensorify-plugin": "./index.js"
},
"keywords": [
"tensorify",
"plugin",
"create",
"scaffold",
"cli",
"generator",
"linear-layer",
"sdk"
],
"author": "AlphaWolf Ventures, Inc.",
"license": "MIT",
"devDependencies": {
"@repo/eslint-config": "0.0.0"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.4.1",
"inquirer": "^8.2.5",
"fs-extra": "^11.1.1",
"validate-npm-package-name": "^5.0.0",
"keytar": "^7.9.0",
"axios": "^1.6.0"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"index.js",
"templates/**/*"
],
"publishConfig": {
"access": "public"
},
"scripts": {}
}