123456789101112131415161718 |
- {
- "name": "shared",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build": "rimraf build && tsc"
- },
- "author": "ghorsington",
- "license": "ISC",
- "dependencies": {
- "@types/node": "^14.0.5",
- "rimraf": "^3.0.2",
- "typeorm": "^0.2.25",
- "typescript": "^3.9.3"
- }
- }
|