1 | {
|
2 | "name": "@feathersjs/configuration",
|
3 | "description": "A small configuration module for your Feathers application.",
|
4 | "version": "5.0.32",
|
5 | "homepage": "https://feathersjs.com",
|
6 | "main": "lib/",
|
7 | "types": "lib/",
|
8 | "keywords": [
|
9 | "feathers",
|
10 | "feathers-plugin"
|
11 | ],
|
12 | "license": "MIT",
|
13 | "funding": {
|
14 | "type": "github",
|
15 | "url": "https://github.com/sponsors/daffl"
|
16 | },
|
17 | "repository": {
|
18 | "type": "git",
|
19 | "url": "git://github.com/feathersjs/feathers.git",
|
20 | "directory": "packages/configuration"
|
21 | },
|
22 | "author": {
|
23 | "name": "Feathers contributors",
|
24 | "email": "hello@feathersjs.com",
|
25 | "url": "https://feathersjs.com"
|
26 | },
|
27 | "contributors": [],
|
28 | "bugs": {
|
29 | "url": "https://github.com/feathersjs/feathers/issues"
|
30 | },
|
31 | "engines": {
|
32 | "node": ">= 12"
|
33 | },
|
34 | "files": [
|
35 | "CHANGELOG.md",
|
36 | "LICENSE",
|
37 | "README.md",
|
38 | "src/**",
|
39 | "lib/**",
|
40 | "*.d.ts",
|
41 | "*.js"
|
42 | ],
|
43 | "scripts": {
|
44 | "prepublish": "npm run compile",
|
45 | "pack": "npm pack --pack-destination ../generators/test/build",
|
46 | "compile": "shx rm -rf lib/ && tsc && npm run pack",
|
47 | "test": "NODE_CONFIG_DIR=./test/config mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
|
48 | },
|
49 | "semistandard": {
|
50 | "env": [
|
51 | "mocha"
|
52 | ]
|
53 | },
|
54 | "directories": {
|
55 | "lib": "lib"
|
56 | },
|
57 | "publishConfig": {
|
58 | "access": "public"
|
59 | },
|
60 | "dependencies": {
|
61 | "@feathersjs/commons": "^5.0.32",
|
62 | "@feathersjs/feathers": "^5.0.32",
|
63 | "@feathersjs/schema": "^5.0.32",
|
64 | "@types/config": "^3.3.5",
|
65 | "config": "^3.3.12"
|
66 | },
|
67 | "devDependencies": {
|
68 | "@types/mocha": "^10.0.10",
|
69 | "@types/node": "^22.13.0",
|
70 | "mocha": "^11.1.0",
|
71 | "shx": "^0.3.4",
|
72 | "ts-node": "^10.9.2",
|
73 | "typescript": "^5.7.3"
|
74 | },
|
75 | "gitHead": "73d081c4e4ac5210b8e59a33ebdc84a2f05e89e6"
|
76 | }
|