30 lines
752 B
JSON
30 lines
752 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": "^4.3.0",
|
|
"jasmine": "^4.5.0",
|
|
"jasmine-core": "^4.5.0",
|
|
"jasmine-ts": "^0.4.0",
|
|
"nyc": "^15.1.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|