mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
* Update Splore build.py * path * Setup the bin symlinks in preinstall * Link entire node_modules instead
20 lines
481 B
JSON
20 lines
481 B
JSON
{
|
|
"name": "@attic/csv",
|
|
"description": "noms example javascript client with a counter",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/main.js",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"preinstall": "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": [
|
|
"csv",
|
|
"importer",
|
|
"noms"
|
|
]
|
|
}
|