package.json 213 B

1234567891011
  1. {
  2. "name": "v86",
  3. "repository": {
  4. "type": "git",
  5. "url": "https://github.com/copy/v86"
  6. },
  7. "license": "BSD-2-Clause",
  8. "scripts": {
  9. "test": "node tests/full/run.js"
  10. }
  11. }