mirror of
https://github.com/nix-community/noogle.git
synced 2025-01-08 01:34:25 +03:00
12 lines
201 B
JSON
12 lines
201 B
JSON
|
{
|
||
|
"name": "builtins-data",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "make-builtins.js",
|
||
|
"scripts": {
|
||
|
"build": "node ./make-builtins.js ./"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC"
|
||
|
}
|