mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-08 18:58:47 -06:00
19 lines
507 B
JSON
19 lines
507 B
JSON
{
|
|
"name": "@attic/counter",
|
|
"description": "noms example javascript client with a counter",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/main.js",
|
|
"version": "1.0.1",
|
|
"scripts": {
|
|
"preinstall": "pushd .. && npm install && popd && rm -rf node_modules && ln -sf ../node_modules/",
|
|
"prepublish": "npm run build",
|
|
"start": "babel -d dist -w src",
|
|
"build": "BABEL_ENV=production babel -d dist src",
|
|
"test": "eslint src/ && flow src/"
|
|
},
|
|
"keywords": [
|
|
"noms",
|
|
"sample"
|
|
]
|
|
}
|