31 lines
701 B
JSON
31 lines
701 B
JSON
{
|
|
"name": "@loafer/core",
|
|
"description": "Core module of loafer",
|
|
"version": "0.0.3",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.loafle.net/loafer/typescript/core.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://nexus.loafle.net/repository/npm-loafle/"
|
|
},
|
|
"keywords": [],
|
|
"author": "Loafle <loafer@loafle.com>",
|
|
"scripts": {
|
|
"compile": "npm run clean && tsc -p .",
|
|
"watch": "tsc -w -p .",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"reflect-metadata": "^0.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "~8.0.0",
|
|
"ts-node": "~4.0.1",
|
|
"tslint": "~5.9.1",
|
|
"typescript": "~2.5.3"
|
|
}
|
|
}
|