34 lines
771 B
JSON
34 lines
771 B
JSON
{
|
|
"name": "typescript-doctest",
|
|
"version": "0.1.0",
|
|
"description": "doctest support for typescript",
|
|
"main": "src/main.ts",
|
|
"bin": {
|
|
"typescript-doctest": "src/main.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/danr/typescript-doctest.git"
|
|
},
|
|
"keywords": [
|
|
"doctest",
|
|
"typescript",
|
|
"testing"
|
|
],
|
|
"author": "Dan Rosén",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/danr/typescript-doctest/issues"
|
|
},
|
|
"homepage": "https://github.com/danr/typescript-doctest#readme",
|
|
"dependencies": {
|
|
"fs": "0.0.1-security",
|
|
"typescript": "^2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^8.0.47"
|
|
}
|
|
}
|