-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 811 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 811 Bytes
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
35
{
"name": "typeinside",
"description": "promise-based dcinside unofficial api",
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/mocha": "^5.2.7",
"@types/node": "^14.0.5",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"dotenv": "^8.2.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"ts-node": "^8.5.4",
"typescript": "^3.9.3"
},
"scripts": {
"start": "ts-node ./src/",
"build": "tsc",
"test": "nyc mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"keywords": [
"dc",
"api"
],
"license": "MIT",
"author": "Akachu <marscop7@gmail.com>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "0.0.18",
"repository": {
"type": "git",
"url": "https://github.com/Akachu/typeinside.git"
}
}