UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@feathersjs/commons",
3 "version": "5.0.24",
4 "description": "Shared Feathers utility functions",
5 "homepage": "https://feathersjs.com",
6 "keywords": [
7 "feathers"
8 ],
9 "license": "MIT",
10 "funding": {
11 "type": "github",
12 "url": "https://github.com/sponsors/daffl"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/feathersjs/feathers.git",
17 "directory": "packages/commons"
18 },
19 "author": {
20 "name": "Feathers contributor",
21 "email": "hello@feathersjs.com",
22 "url": "https://feathersjs.com"
23 },
24 "contributors": [],
25 "bugs": {
26 "url": "https://github.com/feathersjs/feathers/issues"
27 },
28 "engines": {
29 "node": ">= 12"
30 },
31 "main": "lib/",
32 "types": "lib/",
33 "files": [
34 "CHANGELOG.md",
35 "LICENSE",
36 "README.md",
37 "src/**",
38 "lib/**",
39 "*.d.ts",
40 "*.js"
41 ],
42 "scripts": {
43 "prepublish": "npm run compile",
44 "pack": "npm pack --pack-destination ../generators/test/build",
45 "compile": "shx rm -rf lib/ && tsc && npm run pack",
46 "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
47 },
48 "directories": {
49 "lib": "lib"
50 },
51 "publishConfig": {
52 "access": "public"
53 },
54 "devDependencies": {
55 "@types/mocha": "^10.0.6",
56 "@types/node": "^20.11.26",
57 "mocha": "^10.3.0",
58 "shx": "^0.3.4",
59 "ts-node": "^10.9.2",
60 "typescript": "^5.4.2"
61 },
62 "gitHead": "09519fb1c454ea718747a09797bc6dfd3b6a79a3"
63}