package.json
615 Bytes
{
"name": "digsig-player-service",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"pretest": "tsc --noImplicitAny false -p ./spec",
"test": "jasmine .tmp/spec/index.js",
"posttest": "npm run clean",
"build": "npm run clean && tsc",
"clean": "rm -rf .tmp && rm -rf dist"
},
"author": "Stefan Huber <stefan.huber@beyondit.at>",
"license": "ISC",
"devDependencies": {
"@types/jasmine": "^2.5.47",
"@types/node": "^7.0.22",
"jasmine": "^2.6.0",
"typescript": "^2.3.3"
}
}