package.json 365 B

123456789101112131415161718
  1. {
  2. "name": "blastnrepr",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "prepublish": "npm run build",
  8. "build": "tsc",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "keywords": [],
  12. "author": "",
  13. "license": "ISC",
  14. "devDependencies": {
  15. "@types/node": "^17.0.19",
  16. "typescript": "^4.5.5"
  17. }
  18. }