30 lines
756 B
JSON
30 lines
756 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.10.6",
|
|
"jasmine": "^3.99.0",
|
|
"jasmine-core": "^3.99.1",
|
|
"jasmine-ts": "^0.3.3",
|
|
"nyc": "^13.3.0",
|
|
"ts-node": "^8.10.2",
|
|
"typescript": "^3.9.10"
|
|
}
|
|
}
|