-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 967 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@rcp/util.tocompclass",
"author": "imcuttle",
"description": "The utility converting stateless to be component class",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"scripts": {
"test": "npx jest",
"dist": "tsc",
"dev": "npm run dist -- -w",
"prepublishOnly": "npm run dist && npm test",
"version": "npm run doc",
"doc": "documentation --markdown-toc=false readme index.js -a public -s \"API\" && git add README.md"
},
"keywords": [
"imcuttle",
"util.tocompclass"
],
"engines": {
"node": ">=6"
},
"main": "index.js",
"typings": "index.d.ts",
"version": "2.0.0",
"dependencies": {
"@rcp/util.displayname": "^2.0.0",
"@rcp/util.iscompclass": "^2.0.0"
},
"devDependencies": {
"@rcp/_types": "^2.0.0"
},
"gitHead": "f28ececd4b2fab80551292239b568841c895177f",
"repository": {
"type": "git",
"url": "git+https://github.com/imcuttle/rcp.git"
}
}