Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

automately

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automately - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

CHANGELOG.md

79

package.json
{
"name": "automately",
"version": "0.0.1",
"description": "",
"main": "index.js",
"version": "1.0.0",
"description": "Native system automation for node.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "npm run prepare && ./node_modules/mocha/bin/mocha test/ --recursive --timeout=10000",
"prepare": "node -e 'require(`prepare-package`)()'",
"prepare:watch": "nodemon -w ./src -e '*' --exec 'npm run prepare'"
},
"author": "",
"license": "ISC"
}
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itw-creative-works/automately.git"
},
"os": [
"linux",
"darwin",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"keywords": [
"native",
"system",
"automation",
"testing",
"keyboard",
"mouse",
"process",
"memory",
"window",
"screen",
"monitor",
"display",
"timer",
"clock",
"clipboard"
],
"author": "ITW Creative Works",
"license": "ISC",
"bugs": {
"url": "https://github.com/itw-creative-works/automately/issues"
},
"homepage": "https://itwcreativeworks.com",
"preparePackage": {
"input": "./src",
"output": "./dist",
"replace": {}
},
"dependencies": {
"clipboardy": "2.3.0",
"itwcw-package-analytics": "^1.0.1",
"jimp": "0.16.2",
"node-abort-controller": "2.0.0"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/node": "16.7.10",
"istanbul-merge": "1.1.1",
"jest": "27.1.0",
"nyc": "15.1.0",
"prepare-package": "^1.1.6",
"rimraf": "3.0.2",
"sneer": "1.0.1",
"ts-jest": "27.0.5",
"ts-node": "10.9.1",
"typedoc": "0.23.14",
"typescript": "4.8.3",
"version-bump-prompt": "6.1.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc