commons-typescript/package.json

38 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2018-04-24 12:20:01 +00:00
{
2018-04-26 09:07:17 +00:00
"name": "@overflow/commons-typescript",
2018-05-16 10:03:27 +00:00
"author": "Loafle <rnd@loafle.com>",
"description": "Commons module of overflow",
2018-06-22 10:54:12 +00:00
"version": "0.0.17",
2018-04-24 12:20:01 +00:00
"license": "COMMERCIAL",
2018-05-16 10:03:27 +00:00
"private": true,
"main": "./index.js",
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "https://git.loafle.net/overflow/commons-typescript.git"
2018-04-26 09:07:17 +00:00
},
"publishConfig": {
"registry": "https://nexus.loafle.net/repository/npm-loafle/"
2018-05-16 10:03:27 +00:00
},
"scripts": {
"generate:package": "node .make-package.js",
"generate:doc": "rimraf docs && typedoc --out docs --target es6 --theme minimal --mode file src",
"bundle": "rimraf dist && tsc",
"build": "npm run bundle && npm run generate:package && npm run generate:doc"
},
"dependencies": {},
"devDependencies": {
2018-05-16 11:53:19 +00:00
"@types/jasmine": "~2.8.5",
2018-05-16 10:03:27 +00:00
"@types/node": "^9.3.0",
2018-05-16 11:53:19 +00:00
"jasmine-core": "~2.8.0",
2018-05-16 10:03:27 +00:00
"prettier": "^1.12.1",
"rimraf": "^2.6.2",
"ts-node": "^6.0.3",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.12.0",
"tslint-config-standard": "^7.0.0",
"typedoc": "^0.11.1",
"typescript": "^2.8.3"
2018-04-24 12:20:01 +00:00
}
2018-06-22 10:54:12 +00:00
}