{ "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": { "type": "git", "url": "git+ssh://git@gitlab.com/rubenxrb/npm-pkg-ts.git" }, "author": "Ruben Romero ", "license": "MIT", "devDependencies": { "@types/node": "^16.7.8", "@types/react": "^17.0.19", "@types/react-router": "^5.1.16", "@types/react-router-dom": "^5.1.8", "react": "^17.0.2", "typescript": "^4.3.5" }, "description": "Paquete de npm con hooks y utilidades escrito en Typescript.", "bugs": { "url": "https://gitlab.com/rubenxrb/npm-pkg-ts/issues" }, "homepage": "https://gitlab.com/rubenxrb/npm-pkg-ts#readme", "directories": { "lib": "lib" }, "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", "csstype": "^3.0.8", "js-tokens": "^4.0.0" } }