forked from hibas123/SecureFileWrapper
27 lines
670 B
JSON
27 lines
670 B
JSON
{
|
|
"name": "secure-file-wrapper",
|
|
"version": "2.0.0",
|
|
"main": "lib/index.js",
|
|
"author": "Fabian Stamm <dev@fabianstamm.de>",
|
|
"license": "MIT",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch",
|
|
"prepublish": "tsc",
|
|
"test": "mocha lib/test.js"
|
|
},
|
|
"dependencies": {
|
|
"isomorphic-fetch": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.1.4",
|
|
"@types/isomorphic-fetch": "^0.0.34",
|
|
"@types/mocha": "^5.2.2",
|
|
"@types/node": "^10.12.18",
|
|
"@types/node-fetch": "^2.1.4",
|
|
"chai": "^4.1.2",
|
|
"mocha": "^5.2.0",
|
|
"typescript": "^3.2.2"
|
|
}
|
|
} |