-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.08 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@register-dynamics/importer",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/register-dynamics/data-import.git",
"directory": "lib/importer"
},
"owner": "register-dynamics",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"main": "src/index.js",
"scripts": {
"test": "jest ./src/",
"lint": "npx eslint ./src/*.js",
"postinstall": "node ./scripts/install-router.js"
},
"author": "",
"license": "ISC",
"description": "The Data Upload Design Kit makes it easier for users to upload data about many things at once by uploading a file without the need for hard-coded Excel spreadsheet templates. Designed to work with the GOV.UK Prototype Kit, it makes it easier for service designers and developers to work with spreadsheets.",
"dependencies": {
"fs-extra": "11.3.0",
"multer": "2.0.1"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"eslint": "^9.32.0",
"eslint-plugin-jest": "^29.0.1",
"globals": "^16.3.0",
"jest": "^30.0.5",
"mock-fs": "^5.5.0"
}
}