forked from tanaikech/DocsServiceApp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 748 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 748 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
{
"name": "@scriptaddicts/docsserviceapp",
"version": "1.0.11",
"description": "Fork of DocsServiceApp to continue support of the library",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist/*",
"build": "npm run clean && copyfiles src/**/*.js dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ScriptAddicts/DocsServiceApp.git"
},
"keywords": [],
"author": "tanaikech",
"license": "ISC",
"bugs": {
"url": "https://github.com/ScriptAddicts/DocsServiceApp/issues"
},
"homepage": "https://github.com/ScriptAddicts/DocsServiceApp#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/ScriptAddicts"
},
"devDependencies": {
"copyfiles": "^2.4.1"
}
}