-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@ossph/opensource",
"version": "1.2.2",
"description": "Generate Open Source Project",
"main": "dist/bundle.js",
"bin": "./dist/bundle.js",
"scripts": {
"test": "jest",
"publish": "npm publish --access public",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/OSSPhilippines/opensource.git"
},
"keywords": [
"opensource",
"oss",
"generator"
],
"author": "Joff Tiquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/OSSPhilippines/opensource/issues"
},
"homepage": "https://github.com/OSSPhilippines/opensource#readme",
"dependencies": {
"browserify-fs": "^1.0.0",
"commander": "^11.0.0",
"inquirer": "^9.2.9",
"readline-browser": "^0.0.3"
},
"devDependencies": {
"jest": "^27.2.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup": "^2.56.3"
}
}