Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/node_modules/acrcloud/package.json
1126 views
1
{
2
"name": "acrcloud",
3
"version": "1.4.0",
4
"description": "Recognize audio recordings with the ACRCloud recognition API",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
7
"scripts": {
8
"example": "node ./example/index.js",
9
"build": "tsc ./src/index.ts --outDir ./lib && cp ./src/index.d.ts ./lib/index.d.ts",
10
"ts": "ts-node ./src/index.ts",
11
"test": "mocha"
12
},
13
"keywords": [
14
"acr",
15
"acrcloud",
16
"audio",
17
"music",
18
"song"
19
],
20
"author": "Arron Hunt",
21
"license": "MIT",
22
"repository": {
23
"type": "git",
24
"url": "https://github.com/arronhunt/acrcloud-node"
25
},
26
"dependencies": {
27
"form-data": "^2.5.1",
28
"node-fetch": "^2.6.0"
29
},
30
"devDependencies": {
31
"@types/node": "^12.7.5",
32
"chai": "^4.2.0",
33
"eslint-config-standard": "^14.1.0",
34
"eslint-plugin-import": "^2.18.2",
35
"eslint-plugin-node": "^10.0.0",
36
"eslint-plugin-promise": "^4.2.1",
37
"eslint-plugin-standard": "^4.0.1",
38
"mocha": "^6.2.0",
39
"ts-node": "^8.4.1",
40
"typescript": "^3.6.3"
41
}
42
}
43
44