UNPKG

969 BJSONView Raw
1{
2 "name": "@kengic/pont-engine",
3 "version": "1.4.1",
4 "description": "@kengic/pont-engine",
5 "main": "lib/index.js",
6 "typings": "src/index.ts",
7 "bin": {
8 "pont": "bin/init.js"
9 },
10 "scripts": {
11 "build": "node_modules/.bin/rimraf ./lib && tsc",
12 "publish-2-npm": "npmrc kengic && npm publish --registry http://registry.npmjs.org/ --access public"
13 },
14 "dependencies": {
15 "chalk": "^2.3.0",
16 "commander": "^2.19.0",
17 "fs-extra": "^5.0.0",
18 "lodash": "^4.17.5",
19 "node-fetch": "^1.7.3",
20 "prettier": "^2.0.5",
21 "translation.js": "^0.7.5",
22 "typescript": "^3.8.3"
23 },
24 "files": [
25 "bin",
26 "lib",
27 "src",
28 "*.md"
29 ],
30 "devDependencies": {
31 "@types/fs-extra": "^5.0.5",
32 "@types/http-server": "^0.10.0",
33 "@types/lodash": "^4.14.110",
34 "@types/node": "^10.3.6",
35 "http-server": "^0.11.1",
36 "husky": "^1.1.3",
37 "lint-staged": "^9.4.2",
38 "rimraf": "^3.0.0",
39 "ts-node": "^8.10.1"
40 }
41}