-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 735 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 735 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
{
"name": "@marks-js/marks",
"version": "1.1.45",
"license": "MIT",
"main": "Index.js",
"types": "Index.d.ts",
"repository": "https://github.com/NoMoreDeps/marksjs.git",
"homepage": "https://marksjs.com",
"keywords": [
"markdown",
"documentation",
"markup"
],
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^12.12.17",
"jest": "^26.1.0",
"npm-cli-login": "^0.1.1",
"publish": "^0.6.0",
"ts-jest": "^26.1.1",
"typescript": "^3.9.5",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10"
},
"scripts": {
"pk": "yarn tsc && yarn webpack --entry ./out/App.js --output ./www/js/app.js"
},
"dependencies": {},
"jest": {
"preset": "ts-jest"
}
}