UNPKG

@feathersjs/commons

Version:

Shared Feathers utility functions

64 lines (63 loc) 1.47 kB
{ "name": "@feathersjs/commons", "version": "5.0.25", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ "feathers" ], "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/daffl" }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git", "directory": "packages/commons" }, "author": { "name": "Feathers contributor", "email": "hello@feathersjs.com", "url": "https://feathersjs.com" }, "contributors": [], "bugs": { "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { "node": ">= 12" }, "main": "lib/", "types": "lib/", "files": [ "CHANGELOG.md", "LICENSE", "README.md", "src/**", "lib/**", "*.d.ts", "*.js" ], "scripts": { "prepublish": "npm run compile", "pack": "npm pack --pack-destination ../generators/test/build", "compile": "shx rm -rf lib/ && tsc && npm run pack", "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts" }, "directories": { "lib": "lib" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/mocha": "^10.0.6", "@types/node": "^20.12.8", "mocha": "^10.4.0", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, "gitHead": "01bc3339efd27df1b3e8d4f6a82152faf6c5ced3" }