62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "@apextoaster/rollup-template",
|
|
"version": "0.2.1",
|
|
"description": "rollup/typescript project template repo",
|
|
"main": "out/index.js",
|
|
"types": "out/index.d.ts",
|
|
"typings": "out/index.d.ts",
|
|
"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",
|
|
"@microsoft/api-documenter": "7.5.4",
|
|
"@microsoft/api-extractor": "7.5.2",
|
|
"@types/chai": "4.2.4",
|
|
"@types/chai-as-promised": "7.1.2",
|
|
"@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",
|
|
"mocha": "6.2.2",
|
|
"nyc": "14.1.1",
|
|
"rollup": "1.26.0",
|
|
"rollup-plugin-commonjs": "10.1.0",
|
|
"rollup-plugin-json": "4.0.0",
|
|
"rollup-plugin-multi-entry": "2.1.0",
|
|
"rollup-plugin-node-externals": "2.1.1",
|
|
"rollup-plugin-node-resolve": "5.2.0",
|
|
"rollup-plugin-replace": "2.2.0",
|
|
"rollup-plugin-tslint": "0.2.2",
|
|
"rollup-plugin-typescript2": "0.24.3",
|
|
"rollup-plugin-yaml": "2.0.0",
|
|
"sinon": "7.5.0",
|
|
"sinon-chai": "3.3.0",
|
|
"source-map-support": "0.5.15",
|
|
"standard-version": "7.0.0",
|
|
"tslint": "5.20.0",
|
|
"tslint-clean-code": "0.2.10",
|
|
"tslint-consistent-codestyle": "1.16.0",
|
|
"tslint-etc": "1.7.1",
|
|
"tslint-microsoft-contrib": "6.2.0",
|
|
"tslint-sonarts": "1.9.0",
|
|
"typescript": "3.6.4"
|
|
},
|
|
"nyc": {
|
|
"extends": "@istanbuljs/nyc-config-typescript"
|
|
}
|
|
}
|