UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@sophons/cloud-tools",
3 "version": "0.0.3",
4 "author": "chogath",
5 "license": "BSD-2-Clause",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "description": "☁️ provide the best cloud-tools development plug-in for node.js server",
9 "keywords": [
10 "aliyun",
11 "sls",
12 "logger"
13 ],
14 "homepage": "https://github.com/sophons-space/cloud-tools#readme",
15 "bugs": {
16 "url": "https://github.com/sophons-space/cloud-tools/issues"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/sophons-space/cloud-tools"
21 },
22 "scripts": {
23 "build": "tsc",
24 "test": "jest",
25 "test:coverage": "jest --coverage",
26 "lint": "eslint \"{src,test}/**/*.ts\"",
27 "update:version": "tsc && npm version patch && npm publish --access public"
28 },
29 "jest": {
30 "testEnvironment": "node",
31 "coverageDirectory": "coverage",
32 "testRegex": "(/test/.spec.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
33 "transform": {
34 "^.+\\.js$": "babel-jest",
35 "^.+\\.ts$": "ts-jest"
36 },
37 "transformIgnorePatterns": [
38 "./node_modules/(?!(lodash-es|other-es-lib))"
39 ]
40 },
41 "dependencies": {
42 "aliyun-sdk": "^1.12.3"
43 },
44 "devDependencies": {
45 "@babel/core": "^7.10.5",
46 "@babel/preset-env": "^7.10.4",
47 "@types/jest": "^26.0.15",
48 "@typescript-eslint/eslint-plugin": "^4.6.0",
49 "@typescript-eslint/parser": "^4.6.0",
50 "babel-jest": "^26.1.0",
51 "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
52 "eslint": "^7.12.1",
53 "jest": "^26.6.3",
54 "ts-jest": "^26.4.4",
55 "ts-node": "^9.0.0",
56 "typescript": "^4.0.5"
57 }
58}