-
- Downloads
tests (failing)
Showing
- index.js 12 additions, 0 deletionsindex.js
- lib/index.ts 16 additions, 34 deletionslib/index.ts
- native/src/lib.rs 1 addition, 1 deletionnative/src/lib.rs
- package.json 10 additions, 3 deletionspackage.json
- tests/paths.js 48 additions, 0 deletionstests/paths.js
- tests/test.js 500 additions, 0 deletionstests/test.js
- yarn.lock 153 additions, 0 deletionsyarn.lock
index.js
0 → 100644
... | @@ -10,15 +10,22 @@ | ... | @@ -10,15 +10,22 @@ |
"author": "nanocryk <nanocryk@gmail.com>", | "author": "nanocryk <nanocryk@gmail.com>", | ||
"license": "GPL-3.0", | "license": "GPL-3.0", | ||
"dependencies": { | "dependencies": { | ||
"neon-cli": "^0.1.20" | "neon-cli": "^0.1.20", | ||
"aws-sdk": "2.2.43", | |||
"mocha": "2.2.5", | |||
"should": "8.1.1" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"install": "neon build", | "install": "neon build", | ||
"prepublish": "tsc", | "prepublish": "tsc", | ||
"tsc": "tsc" | "tsc": "tsc", | ||
"test": "node \"node_modules/mocha/bin/mocha\" tests/" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/node": "^8.0.50", | "@types/node": "^8.0.50", | ||
"typescript": "^2.6.1" | "typescript": "^2.6.1" | ||
} | }, | ||
"bundledDependencies": [ | |||
"node-pre-gyp" | |||
] | |||
} | } |
tests/paths.js
0 → 100644
tests/test.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment