jasc
Version:
Jasc Another Service Container
43 lines (42 loc) • 917 B
JSON
{
"name": "jasc",
"version": "1.5.1",
"description": "Jasc Another Service Container",
"main": "lib/container.js",
"types": "lib/container.d.ts",
"files": [
"lib",
"src"
],
"scripts": {
"build": "tsc",
"test": "jest --watch",
"citest": "jest --ci",
"prepare": "npm run build",
"prepublishOnly": "npm run citest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sondresj/jasc.git"
},
"keywords": [
"ioc",
"container",
"service"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sondresj/jasc/issues"
},
"homepage": "https://github.com/sondresj/jasc#readme",
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
}
}