12345678910111213141516171819202122232425 |
- {
- "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 <rubenxrb@gmail.com>",
- "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"
- }
- }
|