1 Star 0 Fork 0

NEWBRANLTD / create-rollupts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
Joelchu 提交于 2019-07-19 13:06 . version 1.0.0 release
{
"name": "create-rollupts",
"version": "1.0.0",
"description": "create a Typescript development environment with Rollup and test with ava ",
"main": "index.js",
"files": [
"src",
"index.js",
"cli.js"
],
"scripts": {
"test": "npm run build && DEBUG=create-rollupts* ava --verbose",
"test:cli": "DEBUG=create-rollupts* ava --verbose ./tests/cli.test.js",
"build": "rollup -c",
"cli": "node ./cli.js"
},
"repository": {
"type": "git",
"url": "git@gitee.com:NEWBRAN/create-rollupts.git"
},
"keywords": [
"Typescript",
"Rollup",
"ava",
"ava.js",
"node"
],
"bin": {
"create-rollupts": "./cli.js"
},
"author": "Joel Chu <joelckchu@gmail.com>",
"license": "ISC",
"dependencies": {
"fs-extra": "^8.0.1",
"lodash": "^4.17.14",
"yargs": "^13.2.4"
},
"devDependencies": {
"@types/debug": "^4.1.4",
"@types/fs-extra": "^8.0.0",
"@types/lodash-es": "^4.17.3",
"@types/node": "^12.6.2",
"ava": "^2.2.0",
"debug": "^4.1.1",
"rollup": "^1.16.7",
"rollup-plugin-typescript2": "^0.22.0",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"bugs": {
"url": "https://gitee.com/NEWBRAN/create-rollupts/issues"
},
"homepage": "https://gitee.com/NEWBRAN/create-rollupts#readme",
"ava": {
"files": [
"tests/*.test.js",
"!tests/fixtures/*.*"
],
"cache": true,
"concurrency": 5,
"failFast": true,
"failWithoutAssertions": false,
"tap": false,
"compileEnhancements": false,
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
},
"engines": {
"node": ">=8"
}
}
JavaScript
1
https://gitee.com/NEWBRAN/create-rollupts.git
git@gitee.com:NEWBRAN/create-rollupts.git
NEWBRAN
create-rollupts
create-rollupts
master

搜索帮助