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-30 19:38:35 +00:00
|
|
|
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
2020-01-28 12:38:11 +00:00
|
|
|
"@microsoft/api-documenter": "7.7.12",
|
2020-01-28 13:26:38 +00:00
|
|
|
"@microsoft/api-extractor": "7.7.8",
|
2020-03-02 21:10:44 +00:00
|
|
|
"@types/chai": "4.2.10",
|
2019-09-17 13:21:31 +00:00
|
|
|
"@types/chai-as-promised": "7.1.2",
|
2020-03-03 18:59:45 +00:00
|
|
|
"@types/mocha": "7.0.2",
|
2019-09-17 12:45:15 +00:00
|
|
|
"@types/sinon-chai": "3.2.3",
|
2020-01-21 12:57:03 +00:00
|
|
|
"@types/source-map-support": "0.5.1",
|
2020-03-02 21:11:23 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "2.22.0",
|
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "2.22.0",
|
|
|
|
"@typescript-eslint/parser": "2.22.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",
|
2020-02-25 14:59:31 +00:00
|
|
|
"eslint-plugin-chai-expect-keywords": "2.0.1",
|
2020-02-02 15:04:27 +00:00
|
|
|
"eslint-plugin-import": "2.20.1",
|
2020-02-19 13:01:27 +00:00
|
|
|
"eslint-plugin-mocha": "6.3.0",
|
2019-11-09 22:59:38 +00:00
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
|
|
|
"eslint-plugin-sonarjs": "0.5.0",
|
2020-02-26 13:23:24 +00:00
|
|
|
"mocha": "7.1.0",
|
2019-12-23 15:33:28 +00:00
|
|
|
"nyc": "15.0.0",
|
2020-03-06 13:49:51 +00:00
|
|
|
"rollup": "2.0.0",
|
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",
|
2020-02-12 12:41:13 +00:00
|
|
|
"rollup-plugin-typescript2": "0.26.0",
|
2019-10-18 14:21:54 +00:00
|
|
|
"rollup-plugin-yaml": "2.0.0",
|
2020-02-19 14:40:45 +00:00
|
|
|
"sinon": "9.0.0",
|
2020-02-20 21:56:58 +00:00
|
|
|
"sinon-chai": "3.5.0",
|
2019-10-30 01:29:05 +00:00
|
|
|
"source-map-support": "0.5.16",
|
2020-01-22 00:30:23 +00:00
|
|
|
"standard-version": "7.1.0",
|
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",
|
2020-03-01 16:41:35 +00:00
|
|
|
"tslint-etc": "1.10.1",
|
2019-09-17 12:45:15 +00:00
|
|
|
"tslint-microsoft-contrib": "6.2.0",
|
|
|
|
"tslint-sonarts": "1.9.0",
|
2020-02-29 12:17:42 +00:00
|
|
|
"typescript": "3.8.3"
|
2019-09-17 12:45:15 +00:00
|
|
|
},
|
|
|
|
"nyc": {
|
|
|
|
"extends": "@istanbuljs/nyc-config-typescript"
|
|
|
|
}
|
|
|
|
}
|