package.json 344 B

1234567891011121314151617
  1. {
  2. "name": "@kanaries/rath-utils",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "dist/index.js",
  6. "types": "dist/index.d.ts",
  7. "scripts": {
  8. "build": "tsc",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "keywords": [],
  12. "author": "",
  13. "license": "ISC",
  14. "devDependencies": {
  15. "typescript": "^4.7.4"
  16. }
  17. }