Playing around with neon for rust+node
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
322 B

{
"name": "test-project",
"version": "0.1.0",
"description": "This is just to test compiling native rust into npm modules.",
"main": "lib/index.js",
"author": "John Shaver <john@jshaver.net>",
"license": "MIT",
"dependencies": {
"neon-cli": "^0.2.0"
},
"scripts": {
"install": "neon build"
}
}