| 1234567891011121314151617 |
- {
- "name": "types-comparer",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "node index.js ../auto auto.json",
- "start": "node index.js ../hand-crafted hand-crafted.json"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@types/node": "^14.14.31",
- "glob": "^7.1.6",
- "typescript": "^4.2.2"
- }
- }
|