url-animations
Version:
Animations in your Browser URL Field
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "url-animations",
"version": "1.0.8",
"description": "Animations in your Browser URL Field",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LunarFang416/url-animations.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LunarFang416/url-animations/issues"
},
"homepage": "https://github.com/LunarFang416/url-animations#readme",
"devDependencies": {
"prettier": "^2.8.1",
"ts-loader": "^9.4.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"keywords": [
"animations",
"progress",
"activity",
"spinners",
"loading-animations",
"loading",
"loader"
],
"sideEffects": false
}