| 123456789101112131415161718192021 |
- {
- "name": "spoll",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "start": "node index.js"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@babel/core": "^7.13.10",
- "@babel/preset-env": "^7.13.10",
- "@babel/register": "^7.13.8",
- "cors": "^2.8.5",
- "esm": "^3.2.25",
- "node-json-db": "^1.3.0",
- "restify": "^8.5.1"
- }
- }
|