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

scriptwriter

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scriptwriter - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-0

.vscode/settings.json

64

package.json
{
"name": "scriptwriter",
"version": "0.0.1",
"description": "coming soon.",
"main": "index.js",
"scripts": {
"test": "echo \"coming soon...\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AutoSponge/scriptwriter.git"
},
"author": "Paul Grenier<pgrenier@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AutoSponge/scriptwriter/issues"
},
"homepage": "https://github.com/AutoSponge/scriptwriter#readme"
"name": "scriptwriter",
"version": "0.0.2-0",
"description": "✍️ An authoring tool for playwrights.",
"keywords": [
"playwright",
"repl",
"e2e",
"testing",
"Chromium",
"Puppeteer"
],
"engines": {
"node": ">=10.15.0"
},
"main": "./index.js",
"bin": {
"scriptwriter": "./bin/cli.js"
},
"scripts": {
"lint": "prettier-eslint --write --single-quote \"**/*.js\"",
"start": "$npm_package_bin_scriptwriter",
"version": "auto-changelog"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AutoSponge/scriptwriter.git"
},
"author": {
"name": "Paul Grenier",
"email": "pgrenier@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/AutoSponge/scriptwriter/issues"
},
"homepage": "https://github.com/AutoSponge/scriptwriter#readme",
"dependencies": {
"dlv": "^1.1.3",
"import-global": "^0.1.0",
"kleur": "^3.0.3",
"meow": "^6.1.0"
},
"devDependencies": {
"prettier": "^2.0.2",
"prettier-eslint": "^9.0.1",
"prettier-eslint-cli": "^5.0.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