UNPKG

@feathersjs/configuration

Version:

A small configuration module for your Feathers application.

77 lines (76 loc) 1.81 kB
{ "name": "@feathersjs/configuration", "description": "A small configuration module for your Feathers application.", "version": "5.0.34", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", "keywords": [ "feathers", "feathers-plugin" ], "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/daffl" }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git", "directory": "packages/configuration" }, "author": { "name": "Feathers contributors", "email": "hello@feathersjs.com", "url": "https://feathersjs.com" }, "contributors": [], "bugs": { "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { "node": ">= 12" }, "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": "NODE_CONFIG_DIR=./test/config mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts" }, "semistandard": { "env": [ "mocha" ] }, "directories": { "lib": "lib" }, "publishConfig": { "access": "public" }, "dependencies": { "@feathersjs/commons": "^5.0.34", "@feathersjs/feathers": "^5.0.34", "@feathersjs/schema": "^5.0.34", "@types/config": "^3.3.5", "config": "^3.3.12" }, "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "^22.15.3", "mocha": "^11.2.2", "shx": "^0.4.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "gitHead": "3c12b722c136fa5aae32bc94fa24b3edec85dd96" }