Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add in accidentally-omitted package.json
Browse files Browse the repository at this point in the history
dsagal committed Nov 5, 2024
1 parent 10f844c commit 9690e1f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "megagrist",
"version": "0.1.0",
"description": "Grist with a shiny and awesome data engine",
"scripts": {
"setup": "yarn install && cd core && rm -f ext && ln -s ../ext ext && yarn run install:python",
"build": "cd core && yarn run build:prod",
"build-docker": "docker buildx build --load -t gristlabs/megagrist --build-context=ext=ext core",
"start": "cd core && sandbox/watch.sh",
"test": "cd core && mocha '_build/ext/test/**/*.js' ${DEBUG:+-b --no-exit} -g \"${GREP_TESTS}\" -n expose-gc"
},
"keywords": [],
"private": true,
"author": {
"name": "Grist Labs Inc.",
"email": "info@getgrist.com"
},
"workspaces": {
"packages": ["core", "ext"],
"nohoist": [
"**/eslint/**",
"**/typescript-eslint/**",
"**/globals/**",
"**/@eslint/js/**"
]
},
"devDependencies": {
"typescript": "4.7.4"
}
}

0 comments on commit 9690e1f

Please sign in to comment.