mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
25 lines
598 B
JSON
25 lines
598 B
JSON
{
|
|
"name": "@dzeio/dom-manager",
|
|
"version": "1.3.0",
|
|
"description": "JQuery but lighter",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dzeiocom/libs.git",
|
|
"directory": "packages/dom-manager"
|
|
},
|
|
"author": "Aviortheking",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"devDependencies": {
|
|
"parcel": "^1.12.4",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "yarn build",
|
|
"build": "parcel build src/browser.ts --out-file browser.js --experimental-scope-hoisting && tsc",
|
|
"test": "tsc --noEmit"
|
|
}
|
|
}
|