51 lines
855 B
JSON
51 lines
855 B
JSON
{
|
|
"name": "ava-init",
|
|
"version": "0.2.0",
|
|
"description": "Add AVA to your project",
|
|
"license": "MIT",
|
|
"repository": "avajs/ava-init",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"init",
|
|
"initialize",
|
|
"add",
|
|
"create",
|
|
"setup",
|
|
"generate",
|
|
"generator",
|
|
"scaffold",
|
|
"ava",
|
|
"test",
|
|
"runner"
|
|
],
|
|
"dependencies": {
|
|
"arr-exclude": "^1.0.0",
|
|
"execa": "^0.5.0",
|
|
"has-yarn": "^1.0.0",
|
|
"read-pkg-up": "^2.0.0",
|
|
"write-pkg": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"dot-prop": "^4.1.0",
|
|
"temp-write": "^2.0.1",
|
|
"xo": "*"
|
|
},
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|