Files
typescript-domain/package.json
2020-10-28 22:49:37 +01:00

31 lines
773 B
JSON

{
"name": "@nx/typescript-domain",
"version": "1.0.0",
"description": "Project for a Domain Driven typescript app",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"pkg-update": "node pkg-update",
"build": "tsc",
"_build": "tsc --listEmittedFiles",
"test": "jasmine-ts --config=jasmine.json",
"coverage": "nyc npm run test"
},
"repository": {
"type": "git",
"url": "https://solidt.eu/git/niels.kooiman/typescript-domain.git"
},
"author": "Niels Kooiman <niels.kooiman@gmail.com>",
"license": "UNLICENCED",
"devDependencies": {
"@types/jasmine": "^3.6.0",
"jasmine": "^3.6.2",
"jasmine-core": "^3.6.0",
"jasmine-ts": "^0.3.0",
"nyc": "^13.3.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {}
}