kd-api-project-21building
Version:
KD-API-PROJECT
60 lines (59 loc) • 1.64 kB
JSON
{
"name": "kd-api-project-21building",
"author": "ysy",
"version": "3.6.2",
"description": "KD-API-PROJECT",
"main": "index.js",
"unpkg": "dist/kd-api-project.js",
"typings": "index.d.ts",
"license": "MIT",
"scripts": {
"clean": "rimraf lib/",
"copy-files": "copyfiles -u 1 src/**/*.css lib/",
"move-main": "copyfiles -f lib/umd/*.js lib/",
"rm-umd": "rimraf lib/umd/",
"build": "npm run clean && webpack --config webpack.config.js --progress && npm run copy-files && npm run move-main && npm run rm-umd",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"test": "jest --config jestconfig.json",
"lint": "tslint -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "http://192.168.2.151/kd-frontend/kd-project/KD-API-PROJECT.git"
},
"files": [
"lib"
],
"keywords": [
"kd",
"js-api",
"for-project"
],
"devDependencies": {
"@babel/parser": "^7.16.4",
"@babel/types": "^7.16.0",
"@types/jest": "^27.0.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"clean-webpack-plugin": "^4.0.0",
"copyfiles": "^2.4.1",
"css-loader": "^6.5.1",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"ts-jest": "^27.0.7",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.5.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-manifest-plugin": "^4.0.2"
},
"dependencies": {
"kd-api-core": "^1.2.9",
"moment": "2.24.0",
"promise": "^8.1.0",
"ts-loader": "^9.2.6"
}
}