-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 865 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 865 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
{
"name": "@appzic/js-helper-func",
"version": "1.1.3",
"description": "Vanila JavaScript DOM manipulation with maximizing minification",
"main": "dist/index.js",
"scripts": {
"test": "ts-node src/index.ts",
"dev": "tsc --watch",
"build": "npm run clean && tsc",
"clean": "rimraf ./dist",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "https://github.com/appzic/js-helper-func.git"
},
"bugs": {
"url": "https://github.com/appzic/astro-reset-css/issues"
},
"homepage": "https://github.com/appzic/astro-reset-css#readme",
"keywords": [
"vanilla-javascript",
"dom-manipulation",
"minify-javascript"
],
"author": "Yasitha Nadeeshan",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.26.0",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}