2019-09-17 12:45:15 +00:00
|
|
|
{
|
2019-09-18 08:56:31 +00:00
|
|
|
"name": "@apextoaster/rollup-template",
|
2019-11-11 00:48:01 +00:00
|
|
|
"version": "0.2.3",
|
2019-09-17 12:45:15 +00:00
|
|
|
"description": "rollup/typescript project template repo",
|
|
|
|
"main": "out/index.js",
|
2019-09-17 13:14:55 +00:00
|
|
|
"types": "out/index.d.ts",
|
|
|
|
"typings": "out/index.d.ts",
|
2019-09-17 12:45:15 +00:00
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "make test"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/ssube/rollup-template.git"
|
|
|
|
},
|
|
|
|
"author": "ssube",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2019-12-23 13:54:08 +00:00
|
|
|
"@istanbuljs/nyc-config-typescript": "1.0.0",
|
2019-12-04 23:20:50 +00:00
|
|
|
"@microsoft/api-documenter": "7.7.2",
|
2019-12-03 12:31:44 +00:00
|
|
|
"@microsoft/api-extractor": "7.7.0",
|
2019-12-10 19:35:35 +00:00
|
|
|
"@types/chai": "4.2.7",
|
2019-09-17 13:21:31 +00:00
|
|
|
"@types/chai-as-promised": "7.1.2",
|
2019-09-17 12:45:15 +00:00
|
|
|
"@types/mocha": "5.2.7",
|
|
|
|
"@types/sinon-chai": "3.2.3",
|
|
|
|
"@types/source-map-support": "0.5.0",
|
2019-12-23 20:58:01 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "2.13.0",
|
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "2.13.0",
|
|
|
|
"@typescript-eslint/parser": "2.13.0",
|
2019-09-17 12:45:15 +00:00
|
|
|
"chai": "4.2.0",
|
|
|
|
"chai-as-promised": "7.1.1",
|
2019-11-09 22:59:38 +00:00
|
|
|
"eslint-plugin-chai": "0.0.1",
|
2019-12-07 11:32:51 +00:00
|
|
|
"eslint-plugin-chai-expect": "2.1.0",
|
2019-11-09 22:59:38 +00:00
|
|
|
"eslint-plugin-chai-expect-keywords": "1.0.0",
|
2019-12-09 14:47:30 +00:00
|
|
|
"eslint-plugin-import": "2.19.1",
|
2019-11-22 11:53:35 +00:00
|
|
|
"eslint-plugin-mocha": "6.2.2",
|
2019-11-09 22:59:38 +00:00
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
|
|
|
"eslint-plugin-sonarjs": "0.5.0",
|
2019-10-18 20:12:53 +00:00
|
|
|
"mocha": "6.2.2",
|
2019-12-23 15:33:28 +00:00
|
|
|
"nyc": "15.0.0",
|
2019-12-23 10:50:51 +00:00
|
|
|
"rollup": "1.27.14",
|
2019-09-17 12:45:15 +00:00
|
|
|
"rollup-plugin-commonjs": "10.1.0",
|
2019-11-09 22:59:38 +00:00
|
|
|
"rollup-plugin-eslint": "7.0.0",
|
2019-09-17 12:45:15 +00:00
|
|
|
"rollup-plugin-json": "4.0.0",
|
|
|
|
"rollup-plugin-multi-entry": "2.1.0",
|
2019-12-14 05:43:31 +00:00
|
|
|
"rollup-plugin-node-externals": "2.1.3",
|
2019-09-17 12:45:15 +00:00
|
|
|
"rollup-plugin-node-resolve": "5.2.0",
|
|
|
|
"rollup-plugin-replace": "2.2.0",
|
|
|
|
"rollup-plugin-tslint": "0.2.2",
|
2019-12-03 19:12:11 +00:00
|
|
|
"rollup-plugin-typescript2": "0.25.3",
|
2019-10-18 14:21:54 +00:00
|
|
|
"rollup-plugin-yaml": "2.0.0",
|
2019-12-30 17:47:21 +00:00
|
|
|
"sinon": "8.0.2",
|
2019-12-24 09:51:42 +00:00
|
|
|
"sinon-chai": "3.4.0",
|
2019-10-30 01:29:05 +00:00
|
|
|
"source-map-support": "0.5.16",
|
2019-11-18 17:06:36 +00:00
|
|
|
"standard-version": "7.0.1",
|
2019-11-07 01:23:06 +00:00
|
|
|
"tslint": "5.20.0",
|
2019-09-17 12:45:15 +00:00
|
|
|
"tslint-clean-code": "0.2.10",
|
2019-09-25 20:43:48 +00:00
|
|
|
"tslint-consistent-codestyle": "1.16.0",
|
2019-12-07 07:21:26 +00:00
|
|
|
"tslint-etc": "1.10.0",
|
2019-09-17 12:45:15 +00:00
|
|
|
"tslint-microsoft-contrib": "6.2.0",
|
|
|
|
"tslint-sonarts": "1.9.0",
|
2019-12-20 22:34:54 +00:00
|
|
|
"typescript": "3.7.4"
|
2019-09-17 12:45:15 +00:00
|
|
|
},
|
|
|
|
"nyc": {
|
|
|
|
"extends": "@istanbuljs/nyc-config-typescript"
|
|
|
|
}
|
|
|
|
}
|