mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"name": "check-legacy-syntax",
|
|
"version": "1.0.0",
|
|
"description": "Check for syntax errors in packages",
|
|
"main": "check-syntax.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
"acorn": "^8.8.2"
|
|
}
|
|
}
|