OSSecureFileWrapper/package.json

28 lines
690 B
JSON
Raw Normal View History

2018-02-01 15:27:01 +00:00
{
2019-01-18 14:52:55 +00:00
"name": "@hibas123/secure-file-wrapper",
"version": "2.3.1",
2018-12-23 14:18:30 +00:00
"main": "lib/index.js",
2018-02-01 15:27:01 +00:00
"author": "Fabian Stamm <dev@fabianstamm.de>",
"license": "MIT",
2018-12-23 14:18:30 +00:00
"types": "lib/index.d.ts",
2018-02-01 15:27:01 +00:00
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
2019-01-18 14:52:55 +00:00
"prepublishOnly": "tsc",
"test": "mocha lib/test.js"
2018-02-01 15:27:01 +00:00
},
"dependencies": {
"cross-fetch": "^3.0.0",
"uuid": "^3.3.2"
2018-02-01 15:27:01 +00:00
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.2",
2018-12-23 14:18:30 +00:00
"@types/node": "^10.12.18",
"@types/node-fetch": "^2.1.4",
"@types/uuid": "^3.4.4",
"chai": "^4.1.2",
"mocha": "^5.2.0",
2018-12-23 14:18:30 +00:00
"typescript": "^3.2.2"
2018-02-01 15:27:01 +00:00
}
}