can-algorithm
Version:
Cortex Algorithm Numeral - Intelligent development automation tool
38 lines (37 loc) • 816 B
JSON
{
"name": "can-algorithm",
"version": "1.2.7",
"description": "Cortex Algorithm Numeral - Intelligent development automation tool",
"main": "can.js",
"bin": {
"can": "./can.js"
},
"type": "module",
"scripts": {
"postinstall": "node install/setup.mjs",
"start": "node can.js",
"protect": "node core/protection.js",
"test": "node test-es6.mjs"
},
"dependencies": {
"axios": "^1.6.5",
"chalk": "^4.1.2",
"ora": "^8.0.1",
"commander": "^11.1.0",
"crypto-js": "^4.2.0",
"inquirer": "^9.2.12",
"node-cron": "^3.0.3"
},
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"automation",
"ai",
"development",
"can",
"imators"
],
"author": "Imators Systems",
"license": "PROPRIETARY"
}