You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 371B

1234567891011121314151617
  1. {
  2. "name": "types-comparer",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node index.js ../auto auto.json",
  8. "start": "node index.js ../hand-crafted hand-crafted.json"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "@types/node": "^14.14.31",
  14. "glob": "^7.1.6",
  15. "typescript": "^4.2.2"
  16. }
  17. }