| 1234567891011121314151617181920212223 |
- {
- "name": "@vendure/common",
- "version": "0.5.0",
- "main": "index.js",
- "license": "MIT",
- "scripts": {
- "watch": "tsc -p ./tsconfig.build.json -w",
- "build": "rimraf dist && tsc -p ./tsconfig.build.json",
- "lint": "tslint --fix --project ./",
- "test": "jest --config ./jest.config.js"
- },
- "publishConfig": {
- "access": "public"
- },
- "files": [
- "lib/**/*"
- ],
- "devDependencies": {
- "@types/jest": "^24.0.21",
- "rimraf": "^3.0.0",
- "typescript": "~3.5.3"
- }
- }
|