-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 984 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 984 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
{
"name": "@fetching-korea/common-utils",
"version": "1.0.6",
"description": "",
"private": false,
"main": "index.js",
"types" : "index.d.ts",
"scripts": {
"build": "tsc",
"deploy": "npm run build && cp ./README.md ./dist/README.md && cp ./package.json ./dist/package.json && npm publish ./dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fetching-Korea/common-utils.git"
},
"author": {
"name": "Fetching-Korea",
"email": "fetchingkorea@gmail.com",
"url": "https://github.com/orgs/Fetching-Korea"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Fetching-Korea/common-utils/issues"
},
"homepage": "https://github.com/Fetching-Korea/common-utils#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"eslint": "^7.16.0",
"typescript": "^4.1.3"
}
}