package.json 421 B

1234567891011121314151617181920
  1. {
  2. "name": "@ruben/ed-pkg",
  3. "version": "1.0.0",
  4. "main": "lib/index.js",
  5. "types": "lib/index.d.ts",
  6. "files": [
  7. "lib/"
  8. ],
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1",
  11. "build": "tsc -p ."
  12. },
  13. "repository": "git@gitlab.com:rubenxrb/npm-pkg-ts.git",
  14. "author": "Ruben Romero <rubenxrb@gmail.com>",
  15. "license": "MIT",
  16. "devDependencies": {
  17. "typescript": "^4.3.5"
  18. }
  19. }