create-kda
Advanced tools
Comparing version 0.0.24 to 0.0.25
{ | ||
"name": "create-kda", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"main": "index.mjs", | ||
@@ -18,3 +18,5 @@ "repository": "https://github.com/kdajs/create-kda.git", | ||
], | ||
"scripts": {}, | ||
"scripts": { | ||
"test": "rm -rf __test__ && mkdir __test__ && cd __test__ && node ../index.mjs" | ||
}, | ||
"dependencies": { | ||
@@ -25,3 +27,13 @@ "axios": "^0.21.1", | ||
"mustache": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.14.3", | ||
"@babel/eslint-parser": "^7.14.4", | ||
"@babel/plugin-syntax-top-level-await": "^7.12.13", | ||
"eslint": "^7.27.0", | ||
"eslint-config-standard": "^16.0.2", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0" | ||
} | ||
} |
# create-kda | ||
Create KDA Project quickly and easily | ||
Create KDA Project quickly and easily. | ||
@@ -5,0 +5,0 @@ ```sh |
@@ -10,5 +10,5 @@ { | ||
"scripts": { | ||
"json.schema": "kda json.schema ./src/@types/json.schema.d.ts", | ||
"build:json.schema": "kda-build json.schema ./src/@types/json.schema.d.ts", | ||
"build:ts": "kda-build", | ||
"build": "run-s json.schema build:ts", | ||
"build": "run-s build:json.schema build:ts", | ||
"check:type": "tsc", | ||
@@ -15,0 +15,0 @@ "check:format": "eslint ./src/**/*.ts", |
23558
8