30 lines
741 B
JSON
30 lines
741 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"
|
|
},
|
|
"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.3.9",
|
|
"jasmine": "^3.3.1",
|
|
"jasmine-core": "^3.3.0",
|
|
"jasmine-ts": "^0.3.0",
|
|
"nyc": "^13.3.0",
|
|
"ts-node": "^8.0.3",
|
|
"typescript": "^3.3.3333"
|
|
},
|
|
"dependencies": {}
|
|
}
|