@triviality/core
Version:
Purely typed service container
55 lines (54 loc) • 1.5 kB
JSON
{
"name": "@triviality/core",
"private": false,
"version": "1.2.5",
"description": "Purely typed service container",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"prepublish": "yarn build",
"build": "tsc ",
"watch": "tsc --watch",
"create-types": "ts-node src/cli/createTypes.ts",
"test": "npm-run-all clean-build build lint unit-test copy-past-detection create-readme",
"clean-build": "git clean -fdx --exclude node_modules",
"lint": "tslint --project . ",
"lint-fix": "tslint --project . --fix",
"security-audit": "yarn audit",
"create-readme": "ts-node ../../scripts/build_readme.ts",
"unit-test": "jest",
"unit-test-update": "jest -u",
"copy-past-detection": "jscpd"
},
"repository": {
"type": "git",
"url": "https://github.com/triviality-js/triviality.git"
},
"keywords": [
"typescript",
"service container",
"di",
"dependency injection"
],
"author": "Eric Pinxteren",
"license": "MIT",
"bugs": {
"url": "https://github.com/triviality-js/triviality/issues"
},
"homepage": "https://github.com/triviality-js/triviality#README",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^13.9.1",
"filehound": "1",
"prettier": "^2.0.2"
},
"gitHead": "247a1771f3bb64e7738065cb4f700603c128eb4f",
"dependencies": {
"@types/lodash": "^4.14.149",
"@types/ramda": "0",
"lodash": "^4.17.15",
"ramda": "0"
}
}