apple-js-stable
Version:
Apple js is the extension of osascript to javascript , run applescript commands via node js ,and implement js-like logic . New methods are introduced in this version in ui ,notifications and ai check out.
34 lines (33 loc) • 887 B
JSON
{
"type": "commonjs",
"name": "apple-js-stable",
"version": "1.0.5",
"description": "Apple js is the extension of osascript to javascript , run applescript commands via node js ,and implement js-like logic . New methods are introduced in this version in ui ,notifications and ai check out.",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeveloperOfHephaestus/apple-js.git"
},
"keywords": [
"apple-js",
"osascript",
"applescript",
"to",
"javascript",
"applescript",
"vs",
"javascript"
],
"author": "Next-Dev-Saif",
"license": "ISC",
"bugs": {
"url": "https://github.com/DeveloperOfHephaestus/apple-js/issues"
},
"homepage": "https://github.com/DeveloperOfHephaestus/apple-js#readme",
"dependencies": {
"nodemon": "^3.1.10"
}
}