20 lines
546 B
JSON
20 lines
546 B
JSON
{
|
|
"name": "domain-task",
|
|
"version": "1.0.1",
|
|
"description": "Tracks outstanding operations for a logical thread of execution",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"prepublish": "tsd update && ./node_modules/.bin/tsc && echo 'Finished building NPM package \"domain-task\"'",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"domain-context": "^0.5.1",
|
|
"isomorphic-fetch": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^1.8.10"
|
|
}
|
|
}
|