15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|