UNPKG

petcarescript

Version:

PetCareScript - A modern, expressive programming language designed for humans with async, HTTP, database, and testing support

85 lines (84 loc) 1.83 kB
{ "name": "petcarescript", "version": "1.3.7", "description": "PetCareScript - A modern, expressive programming language designed for humans with async, HTTP, database, and testing support", "main": "index.js", "bin": { "pcs": "./bin/pcs", "petcarescript": "./bin/pcs" }, "scripts": { "start": "node index.js", "test": "node tests/run-tests.js", "build": "npm run test && node tools/build.js", "generate-icons": "node tools/generate-icons.js", "install-associations": "node tools/install-file-associations.js", "prepublishOnly": "npm run build", "postinstall": "echo '🐾 PetCareScript installed! Use: pcs --version'" }, "keywords": [ "programming-language", "interpreter", "petcarescript", "education", "beginner-friendly", "expressive", "human-readable", "syntax", "scripting", "learning", "oop", "file-association", "icons", "async", "await", "http", "express", "api", "rest", "database", "sqlite", "testing", "tdd", "bdd", "modules" ], "author": { "name": "Estevam", "email": "contato@estevamsouza.com.br" }, "license": "MIT", "homepage": "https://github.com/estevamsl/petcarescript", "repository": { "type": "git", "url": "git+https://github.com/estevamsl/petcarescript.git" }, "bugs": { "url": "https://github.com/estevamsl/petcarescript/issues" }, "engines": { "node": ">=14.0.0" }, "files": [ "src/", "bin/", "examples/", "assets/", "icons/", "mime/", "windows/", "linux/", "macos/", "tools/", "README.md", "LICENSE", "index.js" ], "preferGlobal": true, "devDependencies": { "sharp": "^0.32.0" }, "optionalDependencies": { "sqlite3": "^5.1.7" } }