UNPKG

1.35 kBJSONView Raw
1{
2 "name": "@diez/createproject",
3 "main": "lib/index.js",
4 "version": "10.3.1",
5 "description": "Project creation for Diez",
6 "author": "The Haiku Team <contact@haiku.ai>",
7 "license": "SEE LICENSE.md",
8 "typings": "types/index.d.ts",
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/diez/diez.git"
12 },
13 "homepage": "https://diez.org",
14 "scripts": {
15 "compile": "tsc",
16 "watch": "tsc --watch",
17 "test": "jest",
18 "health": "jest --ci -c jest.ci.js && tslint -p . -t checkstyle -o checkstyle-result.xml",
19 "lint": "tslint -p . -t stylish",
20 "fix": "tslint -p . -t stylish --fix"
21 },
22 "dependencies": {
23 "@diez/cli-core": "^10.3.1",
24 "@diez/storage": "^10.3.1",
25 "change-case": "^3.1.0",
26 "enquirer": "^2.3.0",
27 "fs-extra": "^7.0.1",
28 "tar": "^4.4.8",
29 "validate-npm-package-name": "^3.0.0"
30 },
31 "devDependencies": {
32 "@diez/test-utils": "^10.3.1",
33 "@types/jest": "^24.0.11",
34 "@types/tar": "^4.0.0",
35 "istanbul-reporter-cobertura-haiku": "^1.0.4",
36 "jest": "^24.7.1",
37 "jest-tap-reporter": "^1.9.0",
38 "ts-jest": "^24.1.0",
39 "ts-morph": "^4.3.1",
40 "tslint": "^5.15.0",
41 "tslint-config-haiku": "^1.0.21",
42 "typescript": "^3.7.2"
43 },
44 "publishConfig": {
45 "access": "public"
46 },
47 "gitHead": "4c7aad9f158c113f52fce5758bdc41ed0ee06586"
48}