2019-09-17 12:45:15 +00:00
|
|
|
{
|
2019-09-18 08:56:31 +00:00
|
|
|
"name": "@apextoaster/rollup-template",
|
2019-09-18 09:41:53 +00:00
|
|
|
"version": "0.2.1",
|
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": {
|
|
|
|
"@istanbuljs/nyc-config-typescript": "0.1.3",
|
2019-11-05 06:55:29 +00:00
|
|
|
"@microsoft/api-documenter": "7.5.6",
|
2019-10-22 12:03:12 +00:00
|
|
|
"@microsoft/api-extractor": "7.5.2",
|
2019-10-22 20:45:34 +00:00
|
|
|
"@types/chai": "4.2.4",
|
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",
|
|
|
|
"chai": "4.2.0",
|
|
|
|
"chai-as-promised": "7.1.1",
|
2019-10-18 20:12:53 +00:00
|
|
|
"mocha": "6.2.2",
|
2019-09-17 12:45:15 +00:00
|
|
|
"nyc": "14.1.1",
|
2019-11-02 11:10:25 +00:00
|
|
|
"rollup": "1.26.3",
|
2019-09-17 12:45:15 +00:00
|
|
|
"rollup-plugin-commonjs": "10.1.0",
|
|
|
|
"rollup-plugin-json": "4.0.0",
|
|
|
|
"rollup-plugin-multi-entry": "2.1.0",
|
2019-10-30 09:41:48 +00:00
|
|
|
"rollup-plugin-node-externals": "2.1.2",
|
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-11-05 18:09:47 +00:00
|
|
|
"rollup-plugin-typescript2": "0.25.2",
|
2019-10-18 14:21:54 +00:00
|
|
|
"rollup-plugin-yaml": "2.0.0",
|
2019-09-23 16:46:27 +00:00
|
|
|
"sinon": "7.5.0",
|
2019-09-17 12:45:15 +00:00
|
|
|
"sinon-chai": "3.3.0",
|
2019-10-30 01:29:05 +00:00
|
|
|
"source-map-support": "0.5.16",
|
2019-09-18 08:57:01 +00:00
|
|
|
"standard-version": "7.0.0",
|
2019-11-05 17:52:03 +00:00
|
|
|
"tslint": "5.20.1",
|
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-11-04 11:33:18 +00:00
|
|
|
"tslint-etc": "1.9.1",
|
2019-09-17 12:45:15 +00:00
|
|
|
"tslint-microsoft-contrib": "6.2.0",
|
|
|
|
"tslint-sonarts": "1.9.0",
|
2019-11-05 16:27:44 +00:00
|
|
|
"typescript": "3.7.2"
|
2019-09-17 12:45:15 +00:00
|
|
|
},
|
|
|
|
"nyc": {
|
|
|
|
"extends": "@istanbuljs/nyc-config-typescript"
|
|
|
|
}
|
|
|
|
}
|