Files
dolt/samples/js/csv/package.json
Erik Arvidsson c0bd2c90d4 More tweaks to tools/run-all-js-tests.py (#1974)
* Update Splore build.py

* path

* Setup the bin symlinks in preinstall

* Link entire node_modules instead
2016-07-06 13:44:11 -07:00

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"
]
}