-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 958 Bytes
/
package.json
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
{
"name": "@audioxide/data-processor",
"version": "0.14.1",
"description": "Data processor for the Audioxide website",
"main": "generate.js",
"repository": "git://github.com/audioxide/data-processor.git",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"author": "Andrew Bridge <andrew@andrewhbridge.co.uk> (https://github.com/andrewbridge)",
"license": "MIT",
"private": false,
"scripts": {
"dev": "yarn && node --unhandled-rejections=strict generate.js && npx http-server dist -p 8888 --cors -c-1"
},
"bin": {
"processAudioxideData": "./generate.js"
},
"dependencies": {
"@parcel/transformer-svgo": "^2.0.0-nightly.1739",
"flexsearch": "^0.6.32",
"jsdom": "^16.4.0",
"lodash": "^4.17.15",
"parcel": "^2.0.0-beta.1",
"rss-generator": "^0.0.3",
"sharp": "^0.25.3",
"showdown": "^1.9.1",
"wpapi": "^1.2.1",
"yaml": "^1.9.2"
}
}