mirror of
https://github.com/hsjobeki/noogle.git
synced 2024-12-20 04:11:51 +03:00
d9f579cf44
* refactor to include all necessary dependencies directly here * move indexer into monorepo * add snapshot tests and seperate sub.project for builtin types * add more missing builtins such as fromTOML
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"
|
|
}
|