15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"name": "static-testing-tools",
|
|
"private": true,
|
|
"author": "Kent C. Dodds (http://kentcdodds.com/)",
|
|
"license": "GPLv3",
|
|
"scripts": {
|
|
"build": "babel src --out-dir dist"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.7.0",
|
|
"@babel/core": "^7.7.2",
|
|
"@babel/preset-env": "^7.7.1"
|
|
}
|
|
}
|