| 123456789101112131415161718 |
- {
- "name": "blastnrepr",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "prepublish": "npm run build",
- "build": "tsc",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@types/node": "^17.0.19",
- "typescript": "^4.5.5"
- }
- }
|