We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09521c commit 3590eb1Copy full SHA for 3590eb1
guidelines/index.md
@@ -9,11 +9,12 @@ group : navigation
9
10
Here we lay down some info on the structure of a package.
11
12
-## package.json
+## bpkg.json
13
14
-Every package must have a file called `package.json`; it specifies package metadata on the [JSON format][json].
+Every package must have a file called `bpkg.json`; it specifies package metadata on the [JSON format][json].
15
+(For legacy reasons, this file may also be called `pacakge.json`).
16
-Here's an example of a well-formed `package.json`:
17
+Here's an example of a well-formed `bpkg.json`:
18
19
```json
20
{
0 commit comments