UNPKG

container.ts

Version:
80 lines (79 loc) 1.94 kB
{ "name": "container.ts", "version": "3.2.54", "description": "Modular application framework", "main": "./index.js", "typings": "./index.d.ts", "repository": "https://github.com/mojzu/container.ts.git", "author": "mojzu <mail@mojzu.net>", "license": "Unlicense", "files": [ "/index.d.ts", "/index.js", "/index.js.map", "/container/**/!(*.test).d.ts", "/container/**/!(*.test).js", "/container/**/!(*.test).js.map", "/lib/**/!(*.test).d.ts", "/lib/**/!(*.test).js", "/lib/**/!(*.test).js.map" ], "scripts": { "clean": "ts-node fuse.ts clean", "distclean": "ts-node fuse.ts distclean", "tsc": "ts-node fuse.ts tsc", "lint": "ts-node fuse.ts lint", "test": "ts-node fuse.ts test", "example": "ts-node fuse.ts example", "dist": "ts-node fuse.ts dist" }, "dependencies": { "@types/debug": "~4.1.5", "@types/lodash": "~4.14.168", "awilix": "~4.3.3", "debug": "~4.3.1", "lodash": "~4.17.21", "rxjs": "~6.6.7" }, "optionalDependencies": { "@types/luxon": "~1.26.3", "@types/validator": "~13.1.3", "luxon": "~1.26.0", "validator": "~13.5.2" }, "devDependencies": { "@types/glob": "^7.1.3", "@types/jest": "^26.0.22", "@types/node": "^14.14.37", "@types/yargs": "^16.0.1", "del": "^6.0.0", "fuse-box": "^3.7.1", "jest": "^26.6.3", "ts-jest": "^26.5.4", "ts-node": "^9.1.1", "tslint": "^6.1.3", "typescript": "~3.8.3", "yargs": "^16.2.0" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(tsx?)$", "testPathIgnorePatterns": [ "Mock.ts", "script.test.ts", "script-error.test.ts", "worker.test.ts" ], "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "testEnvironment": "node" } }