| 123456789101112131415161718192021 |
- {
- "name": "@vendure/common",
- "version": "0.1.2-beta.12",
- "main": "index.js",
- "license": "MIT",
- "scripts": {
- "watch": "tsc -p ./tsconfig.build.json -w",
- "build": "rimraf dist && tsc -p ./tsconfig.build.json"
- },
- "publishConfig": {
- "access": "public"
- },
- "files": [
- "lib/**/*"
- ],
- "devDependencies": {
- "@types/jest": "^24.0.11",
- "rimraf": "^2.6.3",
- "typescript": "^3.3.4000"
- }
- }
|