12 lines
249 B
JSON
12 lines
249 B
JSON
|
{
|
||
|
"name": "require-turbo",
|
||
|
"version": "0.0.0",
|
||
|
"description": "A tool for checking that package scripts are run through Turborepo",
|
||
|
"main": "index.js",
|
||
|
"author": "Automattic",
|
||
|
"license": "GPL-2.0-only",
|
||
|
"engines": {
|
||
|
"node": "^16.13.1"
|
||
|
}
|
||
|
}
|