Files
notification-elements-demo/node_modules/run-applescript/package.json
Giuliano Silvestro 5d0c9ec7eb Initial commit: notification-elements-demo app
Interactive Angular 19 demo for @sda/notification-elements-ui with
6 sections: Bell & Feed, Notification Center, Inbox, Comments &
Threads, Mention Input, and Full-Featured layout. Includes mock
data, dark mode toggle, and real-time event log.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 21:49:19 +10:00

43 lines
760 B
JSON

{
"name": "run-applescript",
"version": "7.1.0",
"description": "Run AppleScript and get the result",
"license": "MIT",
"repository": "sindresorhus/run-applescript",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=18"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"macos",
"mac",
"applescript",
"osascript",
"run",
"execute"
],
"devDependencies": {
"ava": "^6.0.1",
"tsd": "^0.30.0",
"xo": "^0.56.0"
}
}