package.json 246 B

12345678910111213
  1. {
  2. "name": "@common/utils",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.ts",
  6. "private": true,
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "ISC"
  13. }