oneuptime/licensing/package.json

33 lines
688 B
JSON
Raw Normal View History

2020-03-04 17:28:54 +00:00
{
"name": "licensing",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "nodemon --exec ./node_modules/mocha/bin/mocha test/index.js --reporter spec",
"start": "nodemon serve.js"
2020-03-04 17:28:54 +00:00
},
"keywords": [
"[]"
],
"author": "",
"license": "ISC",
"dependencies": {
"airtable": "^0.8.1",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
2020-03-04 17:28:54 +00:00
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mocha": "^7.1.0",
"should": "^13.2.3",
"supertest": "^4.0.2"
2020-03-04 17:28:54 +00:00
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}