1 | {
|
2 | "name": "@chengaoyuan/prepare",
|
3 | "version": "1.0.2",
|
4 | "description": "根据字符串模板生成处理函数",
|
5 | "main": "dist/index.js",
|
6 | "scripts": {
|
7 | "test": "mocha -r ts-register --recursive -R spec test/*.ts",
|
8 | "build": "node del.js && tsc -d"
|
9 | },
|
10 | "repository": {
|
11 | "type": "git",
|
12 | "url": "git+https://github.com/GithubCGY/prepare.git"
|
13 | },
|
14 | "keywords": [
|
15 | "prepare"
|
16 | ],
|
17 | "author": "chengaoyuan",
|
18 | "license": "MIT",
|
19 | "bugs": {
|
20 | "url": "https://github.com/GithubCGY/prepare/issues"
|
21 | },
|
22 | "homepage": "https://github.com/GithubCGY/prepare#readme",
|
23 | "devDependencies": {
|
24 | "@types/mocha": "^5.2.5",
|
25 | "@types/node": "^10.12.12",
|
26 | "mocha": "^5.2.0",
|
27 | "ts-node": "^7.0.1",
|
28 | "typescript": "^3.2.2"
|
29 | },
|
30 | "files": [
|
31 | "dist"
|
32 | ]
|
33 | } |
\ | No newline at end of file |