mirror of
https://github.com/lingble/Trool.git
synced 2026-01-08 06:31:42 +00:00
38 lines
900 B
JSON
38 lines
900 B
JSON
{
|
|
"name": "sample-project",
|
|
"version": "1.0.0",
|
|
"description": "sample project for the trool library",
|
|
"main": "src/start.ts",
|
|
"scripts": {
|
|
"start": "ts-node -r tsconfig-paths/register ./src/start.ts",
|
|
"test": "npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/seanpmaxwell/Trool.git"
|
|
},
|
|
"keywords": [
|
|
"trool",
|
|
"sample",
|
|
"project",
|
|
"sample-project"
|
|
],
|
|
"author": "sean maxwell",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/seanpmaxwell/Trool/issues"
|
|
},
|
|
"homepage": "https://github.com/seanpmaxwell/Trool#readme",
|
|
"dependencies": {
|
|
"simple-color-print": "^1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^11.10.4",
|
|
"ts-node": "^8.0.2",
|
|
"tsconfig-paths": "^3.8.0",
|
|
"tslint": "^5.13.1",
|
|
"tslint-lines-between-class-members": "^1.3.1",
|
|
"typescript": "^3.3.3333"
|
|
}
|
|
}
|