added example files
This commit is contained in:
33
package.json
Normal file
33
package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "typescript-starter",
|
||||
"version": "1.0.0",
|
||||
"description": "Starter project for a typescript app",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc --listEmittedFiles",
|
||||
"_install": "tsc --listEmittedFiles",
|
||||
"test": "karma start karma.conf.js -sm=false",
|
||||
"test-build": "karma start karma.conf.js -sm=false --watch=false --single-run=true --reporters=junit,progress --browsers=Chrome"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://niels.kooiman@solidt.eu/git/niels.kooiman/typescript-starter.git"
|
||||
},
|
||||
"author": "Niels Kooiman <niels.kooiman@gmail.com>",
|
||||
"license": "UNLICENCED",
|
||||
"devDependencies": {
|
||||
"@types/jasmine": "^2.8.6",
|
||||
"diff": "^3.4.0",
|
||||
"handlebars": "^4.0.11",
|
||||
"jasmine-core": "^2.99.1",
|
||||
"karma": "^1.7.1",
|
||||
"karma-chrome-launcher": "^2.2.0",
|
||||
"karma-cli": "^1.0.1",
|
||||
"karma-jasmine": "^1.1.1",
|
||||
"karma-typescript": "^3.0.12",
|
||||
"socket.io": "^2.0.4",
|
||||
"typescript": "^2.7.2"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user