{ "name": "@ruben/ed-pkg", "version": "1.0.0", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc -p ." }, "repository": "git@gitlab.com:rubenxrb/npm-pkg-ts.git", "author": "Ruben Romero ", "license": "MIT", "devDependencies": { "@types/react": "^17.0.19", "react": "^17.0.2", "typescript": "^4.3.5" } }