diff --git a/packages/errors/package.json b/packages/errors/package.json index 55560b363b..0cca9e546c 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,51 +1,51 @@ { - "name": "@feathersjs/errors", - "description": "Common error types for Feathers apps", - "version": "4.5.2", - "homepage": "https://feathersjs.com", - "main": "lib/", - "types": "lib/", - "keywords": [ - "feathers", - "feathers-plugin" - ], - "license": "MIT", - "repository": { - "type": "git", - "url": "git://github.com/feathersjs/feathers.git" - }, - "author": { - "name": "Feathers contributors", - "email": "hello@feathersjs.com", - "url": "https://feathersjs.com" - }, - "contributors": [], - "bugs": { - "url": "https://github.com/feathersjs/feathers/issues" - }, - "engines": { - "node": ">= 10" - }, - "directories": { - "lib": "lib" - }, - "scripts": { - "prepublish": "npm run compile", + "name": "@feathersjs/errors", + "description": "Common error types for Feathers apps", + "version": "4.5.2", + "homepage": "https://feathersjs.com", + "main": "lib/", + "types": "lib/", + "keywords": [ + "feathers", + "feathers-plugin" + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "git://github.com/feathersjs/feathers.git" + }, + "author": { + "name": "Feathers contributors", + "email": "hello@feathersjs.com", + "url": "https://feathersjs.com" + }, + "contributors": [], + "bugs": { + "url": "https://github.com/feathersjs/feathers/issues" + }, + "engines": { + "node": ">= 10" + }, + "directories": { + "lib": "lib" + }, + "scripts": { + "prepublish": "npm run compile", "compile": "shx rm -rf lib/ && tsc", "test": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts" - }, - "publishConfig": { - "access": "public" - }, - "dependencies": {}, - "devDependencies": { - "@feathersjs/feathers": "^4.5.2", - "@types/mocha": "^7.0.2", + }, + "publishConfig": { + "access": "public" + }, + "dependencies": {}, + "devDependencies": { + "@feathersjs/feathers": "^4.5.2", + "@types/mocha": "^7.0.2", "@types/node": "^13.11.1", "mocha": "^7.1.1", "shx": "^0.3.2", "ts-node": "^8.8.2", "typescript": "^3.8.3" - }, - "gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2" -} + }, + "gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2" +} \ No newline at end of file