initial commit
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user